Skip to content

Commit dfe08ac

Browse files
committed
build: allow installation of psr/http-message version 2
Resolves: #41
1 parent d15430b commit dfe08ac

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
@@ -27,7 +27,7 @@
2727
"php-http/discovery": "^1.14",
2828
"php-http/mock-client": "^1.5",
2929
"psr/http-factory": "^1.0",
30-
"psr/http-message": "^1.0",
30+
"psr/http-message": "^1.0|^2.0",
3131
"symfony/string": "^5.4|^6.0"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)