Skip to content

Commit d143918

Browse files
Add support for psr/http-message v2
1 parent a797c2a commit d143918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php-http/message-factory": "^1.0",
2424
"psr/http-client": "^1.0",
2525
"psr/http-factory": "^1.0",
26-
"psr/http-message": "^1.0",
26+
"psr/http-message": "^1.0 || ^2.0",
2727
"symfony/polyfill-php80": "^1.17"
2828
},
2929
"provide": {

0 commit comments

Comments
 (0)