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 0a169a1 commit 5d9922bCopy full SHA for 5d9922b
composer.json
@@ -25,13 +25,13 @@
25
"require": {
26
"php": "^8.2",
27
"ext-json": "*",
28
- "illuminate/database": "^11.0",
29
- "illuminate/support": "^11.0",
+ "illuminate/database": "^11.0|^12.0",
+ "illuminate/support": "^11.0|^12.0",
30
"laravel-json-api/core": "^4.3.2|^5.0.1"
31
},
32
"require-dev": {
33
- "orchestra/testbench": "^9.0",
34
- "phpunit/phpunit": "^10.5"
+ "orchestra/testbench": "^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.5.3"
35
36
"autoload": {
37
"psr-4": {
0 commit comments