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 d1a8e31 commit e9d6773Copy full SHA for e9d6773
composer.json
@@ -6,7 +6,7 @@
6
"php": "^7.4|^8.0",
7
"ext-json": "*",
8
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
9
- "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
10
"php-http/discovery": "^1.9",
11
"psr/http-client": "^1.0",
12
"psr/http-client-implementation": "^1.0",
@@ -29,9 +29,9 @@
29
}
30
},
31
"autoload-dev": {
32
- "psr-4" : {
33
- "Swis\\JsonApi\\Client\\Tests\\" : "tests/",
34
- "Swis\\JsonApi\\Client\\Tests\\Mocks\\" : "tests/_mocks/"
+ "psr-4": {
+ "Swis\\JsonApi\\Client\\Tests\\": "tests/",
+ "Swis\\JsonApi\\Client\\Tests\\Mocks\\": "tests/_mocks/"
35
36
37
"license": "MIT",
0 commit comments