Skip to content

Commit 4bb334f

Browse files
authored
Merge pull request #56 from TomasVotruba/patch-1
composer: allow instal with PHP 8.0 code
2 parents ef00f8d + 9b53e12 commit 4bb334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.1|^8.0",
1414
"phpstan/phpstan": "^0.12"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)