Skip to content

Commit 92a62db

Browse files
authored
Allow psr/http-message 2.0 (#13)
1 parent 926079d commit 92a62db

File tree

2 files changed

+241
-227
lines changed

2 files changed

+241
-227
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require": {
2828
"php": "^8.1",
2929
"psr/http-client": "^1.0",
30-
"psr/http-message": "^1.0",
30+
"psr/http-message": "^1.0|^2.0",
3131
"psr/http-factory": "^1.0",
3232
"psr/http-client-implementation": "^1.0",
3333
"psr/http-factory-implementation": "^1.0"

0 commit comments

Comments
 (0)