Skip to content

Commit 3ea8cf4

Browse files
authored
add PHP 8 support (#1)
1 parent fd9023d commit 3ea8cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3",
13+
"php": "^7.3|^8.0",
1414
"illuminate/support": "^8.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)