Skip to content

Commit b76c6cb

Browse files
committed
Bump dependencies for Laravel 12
1 parent c8984eb commit b76c6cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"php": "^8.1",
2525
"filament/forms": "^3.0",
2626
"spatie/laravel-package-tools": "^1.15.0",
27-
"illuminate/contracts": "^10.0|^11.0"
27+
"illuminate/contracts": "^10.0|^11.0|^12.0"
2828
},
2929
"require-dev": {
3030
"nunomaduro/collision": "^7.9",
31-
"orchestra/testbench": "^8.0|^9.0",
32-
"pestphp/pest": "^2.0",
33-
"pestphp/pest-plugin-arch": "^2.0",
34-
"pestphp/pest-plugin-laravel": "^2.0"
31+
"orchestra/testbench": "^8.0|^9.0|^10.0",
32+
"pestphp/pest": "^2.0|^3.7",
33+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
34+
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)