Skip to content

Commit 33d2942

Browse files
committed
Bump dependencies for Laravel 12
1 parent ef48e6c commit 33d2942

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
@@ -19,14 +19,14 @@
1919
"php": "^8.0",
2020
"filament/filament": "^2.0|^3.0",
2121
"spatie/laravel-package-tools": "^1.9.2",
22-
"illuminate/contracts": "^8.6|^9.0|^10.0|^11.0"
22+
"illuminate/contracts": "^8.6|^9.0|^10.0|^11.0|^12.0"
2323
},
2424
"require-dev": {
2525
"nunomaduro/collision": "^6.0|^8.0",
26-
"orchestra/testbench": "^7.0|^9.0",
27-
"pestphp/pest": "^1.21|^2.34",
28-
"pestphp/pest-plugin-laravel": "^1.1|^2.3",
29-
"phpunit/phpunit": "^9.5|^10.5",
26+
"orchestra/testbench": "^7.0|^9.0|^10.0",
27+
"pestphp/pest": "^1.21|^2.34|^3.7",
28+
"pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1",
29+
"phpunit/phpunit": "^9.5|^10.5|^11.5.3",
3030
"spatie/laravel-ray": "^1.26"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)