We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed81d2 commit 5f58966Copy full SHA for 5f58966
CHANGELOG.md
@@ -21,6 +21,7 @@ and this project adheres to
21
- Add the ability to add `after` callbacks to the `Create` endpoint
22
- Add the ability to pass a condition to `writableOnCreate`
23
- Add `Relationship::notIncludable()`
24
+- Allow `psr/http-message` v2
25
- Laravel: Add `ToOne` and `ToMany` subclasses which support constraining
26
relationship queries
27
([#103](https://github.com/tobyzerner/json-api-server/pull/103) by @SychO9)
composer.json
@@ -7,7 +7,7 @@
7
"asispts/http-accept": "^1.0",
8
"doctrine/inflector": "^2.0",
9
"nyholm/psr7": "^1.8",
10
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0|^2.0",
11
"psr/http-server-handler": "^1.0"
12
},
13
"license": "MIT",
0 commit comments