Skip to content

Commit

Permalink
Merge pull request #56 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
composer: allow instal with PHP 8.0 code
  • Loading branch information
moufmouf authored Sep 8, 2020
2 parents ef00f8d + 9b53e12 commit 4bb334f
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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"phpstan/phpstan": "^0.12"
},
"require-dev": {
Expand Down

0 comments on commit 4bb334f

Please sign in to comment.