Skip to content

Commit

Permalink
Allow PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 21, 2020
1 parent e033167 commit 9b86e1e
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 @@
"MIT"
],
"require": {
"php": "~7.1",
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.33"
},
"require-dev": {
Expand Down

0 comments on commit 9b86e1e

Please sign in to comment.