Skip to content

Commit e2de396

Browse files
committed
Bump dependencies for Laravel 12
1 parent f4bfeee commit e2de396

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
@@ -17,16 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/contracts": "^11.0",
21-
"illuminate/database": "^11.0",
22-
"illuminate/http": "^11.0",
20+
"illuminate/contracts": "^11.0|^12.0",
21+
"illuminate/database": "^11.0|^12.0",
22+
"illuminate/http": "^11.0|^12.0",
2323
"spatie/laravel-package-tools": "^1.16"
2424
},
2525
"require-dev": {
2626
"brianium/paratest": "^7.4",
2727
"nunomaduro/collision": "^8.0",
28-
"orchestra/testbench": "^9.0",
29-
"phpunit/phpunit": "^10.5",
28+
"orchestra/testbench": "^9.0|^10.0",
29+
"phpunit/phpunit": "^10.5|^11.5.3",
3030
"spatie/laravel-ray": "^1.32"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)