Skip to content

Commit a284f59

Browse files
committed
Bump dependencies for Laravel 12
1 parent ac2bf6e commit a284f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": "^8.2",
2626
"ext-json": "*",
2727
"laravel-json-api/neomerx-json-api": "^5.0.3",
28-
"laravel/framework": "^11.0",
28+
"laravel/framework": "^11.0|^12.0",
2929
"nyholm/psr7": "^1.8",
3030
"ramsey/uuid": "^4.0",
3131
"symfony/psr-http-message-bridge": "^7.0"
@@ -37,8 +37,8 @@
3737
"laravel/legacy-factories": "^1.4.0",
3838
"laravel/ui": "^4.4",
3939
"mockery/mockery": "^1.6",
40-
"orchestra/testbench": "^9.0",
41-
"phpunit/phpunit": "^10.5"
40+
"orchestra/testbench": "^9.0|^10.0",
41+
"phpunit/phpunit": "^10.5|^11.5.3"
4242
},
4343
"suggest": {
4444
"cloudcreativity/json-api-testing": "Required to use the test helpers."

0 commit comments

Comments
 (0)