Skip to content

Commit 364bb1d

Browse files
committed
Bump dependencies for Laravel 12
1 parent 20819fb commit 364bb1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"require": {
2626
"php": "^8.2",
2727
"ext-json": "*",
28-
"illuminate/contracts": "^11.0",
29-
"illuminate/pipeline": "^11.0",
28+
"illuminate/contracts": "^11.0|^12.0",
29+
"illuminate/pipeline": "^11.0|^12.0",
3030
"laravel-json-api/core": "^4.3.2|^5.0.1",
3131
"laravel-json-api/validation": "^4.2"
3232
},
3333
"require-dev": {
3434
"laravel-json-api/testing": "^3.0",
35-
"orchestra/testbench": "^9.0",
36-
"phpunit/phpunit": "^10.5"
35+
"orchestra/testbench": "^9.0|^10.0",
36+
"phpunit/phpunit": "^10.5|^11.5.3"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)