Skip to content

Commit 3f05f13

Browse files
committed
Allow usage on PHP 8
1 parent efbfc93 commit 3f05f13

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",
34+
"php": "^7.1 || ^8.0",
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)