Skip to content

Commit

Permalink
Merge pull request #2 from PhantPHP/Upgrade-to-php-8.0
Browse files Browse the repository at this point in the history
Update config to PHP 8.0
  • Loading branch information
lennyrouanet authored Aug 30, 2021
2 parents 0326ad1 + 73aa49b commit 84364e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirments

PHP >= 7.4
PHP >= 8.0


## Install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.4"
"php": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 84364e5

Please sign in to comment.