Skip to content

Commit 49fb3a6

Browse files
committed
Don't allow PHP 8 just yet
1 parent 9e84150 commit 49fb3a6

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
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require": {
34-
"php": "^7.1 || ^8.0",
34+
"php": "^7.1",
3535
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3636
"slevomat/coding-standard": "~6.4.0",
3737
"squizlabs/php_codesniffer": "^3.4.0"

0 commit comments

Comments
 (0)