Skip to content

Commit

Permalink
update composer.json to PHP8 too
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed Apr 27, 2021
1 parent 7a65ea9 commit 5b2e5eb
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 @@ -16,7 +16,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.3|^8.0"
"php": "^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.4",
Expand Down

0 comments on commit 5b2e5eb

Please sign in to comment.