Skip to content

Commit

Permalink
Merge pull request #29 from koriym/php8
Browse files Browse the repository at this point in the history
Drop php version 7.2 and support 8.0
  • Loading branch information
koriym authored Apr 1, 2021
2 parents 61797cf + 085dacc commit 4ac0c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.2.0",
"php": "^7.3 || ^8.0",
"koriym/psr4list": "^1.0.2"
},
"require-dev": {
Expand Down

0 comments on commit 4ac0c94

Please sign in to comment.