Skip to content

Commit 408aa79

Browse files
committed
Bump dependencies for Laravel 11
1 parent 9a6f339 commit 408aa79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
],
1818
"require": {
1919
"php": "^7.4 || ^8.0",
20-
"brick/varexporter": "^0.3.8",
20+
"brick/varexporter": "^0.3.8 || ^0.4",
2121
"doctrine/dbal": "^3.6 || ^4.0",
22-
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
23-
"illuminate/database": "^8.0 || ^9.0 || ^10.0",
24-
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
25-
"illuminate/testing": "^8.0 || ^9.0 || ^10.0",
22+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
23+
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0",
24+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
25+
"illuminate/testing": "^8.0 || ^9.0 || ^10.0 || ^11.0",
2626
"spatie/laravel-package-tools": "^1.12 || ^1.14"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.13",
3030
"nunomaduro/larastan": "^1.0 || ^2.5",
31-
"orchestra/testbench": "^6.27 || ^7.0 || ^8.0 ",
31+
"orchestra/testbench": "^6.27 || ^7.0 || ^8.0 || ^9.0",
3232
"pestphp/pest": "^1.22 || ^2.0",
3333
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0",
3434
"spatie/laravel-ray": "^1.32"

0 commit comments

Comments
 (0)