Skip to content

Commit a5d7c06

Browse files
committed
support L8 and PHP8
1 parent 97f2347 commit a5d7c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2"
13+
"php": "^7.2||^8.0"
1414
},
1515
"require-dev": {
16-
"laravel/framework": "^6.0 || ^7.0"
16+
"laravel/framework": "^7.0 || ^8.0 || ^9.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)