Skip to content

Commit 7730658

Browse files
committed
Extended required php version to ^8.0
1 parent 1f9c126 commit 7730658

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
@@ -21,7 +21,7 @@
2121
},
2222
"minimum-stability": "stable",
2323
"require": {
24-
"php": "^7.4",
24+
"php": "^7.4 || ^8.0",
2525
"friendsofphp/php-cs-fixer": "^3.9.5",
2626
"squizlabs/php_codesniffer": "^3.5.8",
2727
"phpunit/phpunit": "^9.5.2",

0 commit comments

Comments
 (0)