Skip to content

Commit

Permalink
Merge pull request #1 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 16123f5 + 0128ab5 commit 0c2ce57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 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
20 changes: 0 additions & 20 deletions composer.lock

This file was deleted.

0 comments on commit 0c2ce57

Please sign in to comment.