Skip to content

Commit aed06d7

Browse files
authored
Support Laravel 11
1 parent 5572d5c commit aed06d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"license": "MIT",
1313
"authors": [],
1414
"require": {
15-
"php": "^8.1",
16-
"illuminate/console": "^10.0",
17-
"illuminate/database": "^10.0",
18-
"illuminate/support": "^10.0",
19-
"illuminate/routing": "^10.0"
15+
"php": "^8.2",
16+
"illuminate/console": "^11.0",
17+
"illuminate/database": "^11.0",
18+
"illuminate/support": "^11.0",
19+
"illuminate/routing": "^11.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.5||^10.0",
22+
"phpunit/phpunit": "^10.0||^11.0",
2323
"mockery/mockery": "^1.4",
24-
"orchestra/testbench": "^8.0"
24+
"orchestra/testbench": "^9.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)