Skip to content

Commit 5f58966

Browse files
committed
Allow psr/http-message v2
1 parent eed81d2 commit 5f58966

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to
2121
- Add the ability to add `after` callbacks to the `Create` endpoint
2222
- Add the ability to pass a condition to `writableOnCreate`
2323
- Add `Relationship::notIncludable()`
24+
- Allow `psr/http-message` v2
2425
- Laravel: Add `ToOne` and `ToMany` subclasses which support constraining
2526
relationship queries
2627
([#103](https://github.com/tobyzerner/json-api-server/pull/103) by @SychO9)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"asispts/http-accept": "^1.0",
88
"doctrine/inflector": "^2.0",
99
"nyholm/psr7": "^1.8",
10-
"psr/http-message": "^1.0",
10+
"psr/http-message": "^1.0|^2.0",
1111
"psr/http-server-handler": "^1.0"
1212
},
1313
"license": "MIT",

0 commit comments

Comments
 (0)