Skip to content

Commit 0b1ce26

Browse files
Allow "psr/http-message" v2
1 parent 7886e64 commit 0b1ce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.1 || ^8.0",
1919
"clue/stream-filter": "^1.5",
2020
"php-http/message-factory": "^1.0.2",
21-
"psr/http-message": "^1.0"
21+
"psr/http-message": "^1.0 || ^2.0"
2222
},
2323
"provide": {
2424
"php-http/message-factory-implementation": "1.0"

0 commit comments

Comments
 (0)