Skip to content

Commit 8b0d0d5

Browse files
committed
Bump dependencies for Laravel 12
1 parent 4c1b6df commit 8b0d0d5

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
@@ -18,16 +18,16 @@
1818
"require": {
1919
"php": "^8.2|^8.3|^8.4",
2020
"graham-campbell/security-core": "^4.0",
21-
"illuminate/contracts": "^10.0|^11.0",
21+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2222
"spatie/laravel-package-tools": "^1.9.2"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.14",
2626
"nunomaduro/collision": "^7.0|^8.0",
27-
"orchestra/testbench": "^8.0|^9.0",
28-
"pestphp/pest": "^2.0",
29-
"pestphp/pest-plugin-laravel": "^2.0",
30-
"phpunit/phpunit": "^10.4"
27+
"orchestra/testbench": "^8.0|^9.0|^10.0",
28+
"pestphp/pest": "^2.0|^3.7",
29+
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
30+
"phpunit/phpunit": "^10.4|^11.5.3"
3131
},
3232
"autoload": {
3333
"psr-4": {
@@ -59,4 +59,4 @@
5959
},
6060
"minimum-stability": "dev",
6161
"prefer-stable": true
62-
}
62+
}

0 commit comments

Comments
 (0)