Skip to content

Commit 12d7cfa

Browse files
committed
add php 8 support
1 parent 7a46591 commit 12d7cfa

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2.5",
12+
"php": "^7.3|^8.0",
1313
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)