Skip to content

Commit b690c46

Browse files
authored
Merge pull request #15 from antistatique/php8
Allow PHP 8.0 and PHP 8.1 version
2 parents 267da1b + 16cf8cb commit b690c46

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
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "^7.1"
27+
"php": "^7.1 || ^8.0"
2828
},
2929
"config": {
3030
"optimize-autoloader": true,

0 commit comments

Comments
 (0)