Skip to content

Commit

Permalink
Allow PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 30, 2020
1 parent d23aa54 commit 5c2da38
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",
"composer-plugin-api": "^1.1 || ^2.0",
"phpstan/phpstan": ">=0.11.6"
},
Expand Down

0 comments on commit 5c2da38

Please sign in to comment.