Skip to content

Commit 648a3f6

Browse files
authored
Updated php version constraint to allow 8.0
1 parent bb9bd33 commit 648a3f6

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
@@ -14,7 +14,7 @@
1414
"test": "./vendor/bin/phpunit ./tests"
1515
},
1616
"require": {
17-
"php": "^7.4",
17+
"php": "^7.4|^8.0",
1818
"illuminate/collections": "^6.0|^7.0|^8.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)