Skip to content

Commit 6e3d271

Browse files
committed
allow laravel 9, 10 and 11
1 parent 87e0524 commit 6e3d271

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
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.4|^8.0",
14-
"laravel/framework": "^8.0"
14+
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)