Skip to content

Commit c4055d9

Browse files
authored
Merge pull request #95 from andreaselia/andreaselia-patch-1
Support Laravel 11
2 parents e430889 + cc68b2f commit c4055d9

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
@@ -29,11 +29,11 @@
2929
"require": {
3030
"php": "^7.4|^8.0",
3131
"ext-json": "*",
32-
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
33-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
34-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
35-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
36-
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
32+
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
33+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
34+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
35+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
36+
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
3737
"phpstan/phpdoc-parser": "^1.26"
3838
},
3939
"extra": {
@@ -46,8 +46,8 @@
4646
"minimum-stability": "dev",
4747
"prefer-stable": true,
4848
"require-dev": {
49-
"orchestra/testbench": "^8.0",
50-
"phpunit/phpunit": "^10.0",
49+
"orchestra/testbench": "^8.0|^9.0",
50+
"phpunit/phpunit": "^10.0|^11.0",
5151
"laravel/pint": "^1.13"
5252
}
5353
}

0 commit comments

Comments
 (0)