Skip to content

Commit b25369c

Browse files
authored
Added support for Laravel 11 (#8)
1 parent febd90a commit b25369c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
],
1919
"require": {
2020
"php": "^8.1",
21-
"illuminate/config": "^9.33|^10.0",
22-
"illuminate/contracts": "^9.33|^10.0",
23-
"illuminate/database": "^9.33|^10.0",
24-
"illuminate/queue": "^9.33|^10.0",
25-
"illuminate/routing": "^9.33|^10.0",
26-
"illuminate/support": "^9.33|^10.0",
27-
"illuminate/view": "^9.33|^10.0",
21+
"illuminate/config": "^9.33|^10.0|^11.0",
22+
"illuminate/contracts": "^9.33|^10.0|^11.0",
23+
"illuminate/database": "^9.33|^10.0|^11.0",
24+
"illuminate/queue": "^9.33|^10.0|^11.0",
25+
"illuminate/routing": "^9.33|^10.0|^11.0",
26+
"illuminate/support": "^9.33|^10.0|^11.0",
27+
"illuminate/view": "^9.33|^10.0|^11.0",
2828
"spatie/laravel-package-tools": "^1.0"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.10",
32-
"orchestra/testbench": "^7.0|^8.0",
32+
"orchestra/testbench": "^7.0|^8.0|^9.0",
3333
"phpunit/phpunit": "^9.6",
3434
"roave/security-advisories": "dev-latest",
3535
"slevomat/coding-standard": "^8.8"

0 commit comments

Comments
 (0)