Skip to content

Commit 5c2da38

Browse files
committed
Allow PHP 8
1 parent d23aa54 commit 5c2da38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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
"composer-plugin-api": "^1.1 || ^2.0",
1111
"phpstan/phpstan": ">=0.11.6"
1212
},

0 commit comments

Comments
 (0)