Skip to content

Commit 01bb302

Browse files
committed
Bump dependencies for Laravel 12
1 parent dc7c17a commit 01bb302

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
@@ -21,18 +21,18 @@
2121
],
2222
"require": {
2323
"php": "^8.2",
24-
"illuminate/database": "^10.0|^11.0",
25-
"illuminate/http": "^10.0|^11.0",
26-
"illuminate/support": "^10.0|^11.0",
24+
"illuminate/database": "^10.0|^11.0|^12.0",
25+
"illuminate/http": "^10.0|^11.0|^12.0",
26+
"illuminate/support": "^10.0|^11.0|^12.0",
2727
"spatie/laravel-package-tools": "^1.11"
2828
},
2929
"require-dev": {
3030
"ext-json": "*",
3131
"larastan/larastan": "^2.9",
3232
"mockery/mockery": "^1.4",
33-
"orchestra/testbench": "^7.0|^8.0",
34-
"pestphp/pest": "^2.0",
35-
"phpunit/phpunit": "^10.0",
33+
"orchestra/testbench": "^7.0|^8.0|^10.0",
34+
"pestphp/pest": "^2.0|^3.7",
35+
"phpunit/phpunit": "^10.0|^11.5.3",
3636
"spatie/invade": "^2.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)