Skip to content

Commit bb3b4f0

Browse files
committed
Allow Laravel 11
1 parent 6079dfa commit bb3b4f0

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.0.2",
20-
"laravel/framework": "^9||^10"
20+
"laravel/framework": "^9||^10||^11"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^10.0",
29-
"orchestra/testbench": "^8.0",
29+
"orchestra/testbench": "^8|^9",
3030
"friendsofphp/php-cs-fixer": "^3.14"
3131
},
3232
"autoload-dev": {

0 commit comments

Comments
 (0)