Skip to content

Commit 0eb9ea0

Browse files
committed
Bump dependencies for Laravel 12
1 parent 11f3087 commit 0eb9ea0

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
@@ -19,18 +19,18 @@
1919
"php": "^7.4 || ^8.0 || ^8.1",
2020
"brick/varexporter": "^0.3.8 || ^0.5.0",
2121
"doctrine/dbal": "^3.6 || ^4.0.2",
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",
22+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
23+
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
24+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
25+
"illuminate/testing": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.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 || ^9.0 ",
32-
"pestphp/pest": "^1.22 || ^2.0",
33-
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0",
31+
"orchestra/testbench": "^6.27 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
32+
"pestphp/pest": "^1.22 || ^2.0 || ^3.7",
33+
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0 || ^3.1",
3434
"spatie/laravel-ray": "^1.32"
3535
},
3636
"autoload": {
@@ -64,4 +64,4 @@
6464
},
6565
"minimum-stability": "dev",
6666
"prefer-stable": true
67-
}
67+
}

0 commit comments

Comments
 (0)