Skip to content

Commit 465a2c2

Browse files
Allow use this template with PHP 8.x
With the current PHP version constraint it's not possible to use this template with a PHP 8 version. With this PR, it's possible to use it.
1 parent dc5379a commit 465a2c2

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.4"
15+
"php": "^7.4||^8.0"
1616
},
1717
"require-dev": {
1818
"squizlabs/php_codesniffer": "^3.5",

0 commit comments

Comments
 (0)