Skip to content

Commit 371a885

Browse files
committed
Allow PHP 8
1 parent 9db953f commit 371a885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"MIT"
77
],
88
"require": {
9-
"php": "~7.1",
9+
"php": "^7.1 || ^8.0",
1010
"phpstan/phpstan": "^0.12.6"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)