Skip to content

Commit ba98fb1

Browse files
committed
feature: allow psr/http-message v2
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
1 parent 5c7ea47 commit ba98fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"require": {
1717
"php": "^7.2 || ^8.0",
1818
"phpunit/phpunit": "^8.0 || ^9.3",
19-
"psr/http-message": "^1.0"
19+
"psr/http-message": "^1.0 || ^2.0"
2020
},
2121
"require-dev": {
2222
"guzzlehttp/psr7": "^1.7 || ^2.0",
2323
"laminas/laminas-diactoros": "^2.1",
2424
"nyholm/psr7": "^1.0",
2525
"ringcentral/psr7": "^1.2",
26-
"slim/psr7": "dev-master"
26+
"slim/psr7": "^1.4"
2727
},
2828
"extra": {
2929
"branch-alias": {

0 commit comments

Comments
 (0)