Skip to content

Commit e3d9899

Browse files
authored
support laravel 11 (#36)
1 parent 250dcae commit e3d9899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3|^8.0|^8.1",
22-
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0"
21+
"php": "^7.3|^8.0|^8.1|^8.2",
22+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "4.*|5.*|6.*",
25+
"orchestra/testbench": "4.*|5.*|6.*|^8.0|^9.0",
2626
"mockery/mockery": "^0.9.4 || ~1.0",
27-
"phpunit/phpunit": "^8.5"
27+
"phpunit/phpunit": "^8.5|^9.5.10|^10.5"
2828
},
2929
"autoload": {
3030
"classmap": [

0 commit comments

Comments
 (0)