Skip to content

Commit b591c36

Browse files
authored
Merge pull request #59 from GrahamCampbell/patch-1
Add support for `psr/http-message` v2
2 parents 7d4e7fb + d143918 commit b591c36

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)