File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to
21
21
- Add the ability to add ` after ` callbacks to the ` Create ` endpoint
22
22
- Add the ability to pass a condition to ` writableOnCreate `
23
23
- Add ` Relationship::notIncludable() `
24
+ - Allow ` psr/http-message ` v2
24
25
- Laravel: Add ` ToOne ` and ` ToMany ` subclasses which support constraining
25
26
relationship queries
26
27
([ #103 ] ( https://github.com/tobyzerner/json-api-server/pull/103 ) by @SychO9 )
Original file line number Diff line number Diff line change 7
7
"asispts/http-accept" : " ^1.0" ,
8
8
"doctrine/inflector" : " ^2.0" ,
9
9
"nyholm/psr7" : " ^1.8" ,
10
- "psr/http-message" : " ^1.0" ,
10
+ "psr/http-message" : " ^1.0|^2.0 " ,
11
11
"psr/http-server-handler" : " ^1.0"
12
12
},
13
13
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments