We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2bf6e commit a284f59Copy full SHA for a284f59
composer.json
@@ -25,7 +25,7 @@
25
"php": "^8.2",
26
"ext-json": "*",
27
"laravel-json-api/neomerx-json-api": "^5.0.3",
28
- "laravel/framework": "^11.0",
+ "laravel/framework": "^11.0|^12.0",
29
"nyholm/psr7": "^1.8",
30
"ramsey/uuid": "^4.0",
31
"symfony/psr-http-message-bridge": "^7.0"
@@ -37,8 +37,8 @@
37
"laravel/legacy-factories": "^1.4.0",
38
"laravel/ui": "^4.4",
39
"mockery/mockery": "^1.6",
40
- "orchestra/testbench": "^9.0",
41
- "phpunit/phpunit": "^10.5"
+ "orchestra/testbench": "^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.5.3"
42
},
43
"suggest": {
44
"cloudcreativity/json-api-testing": "Required to use the test helpers."
0 commit comments