Skip to content

Commit 42ef8be

Browse files
authored
chore(deps): allow psr/http-message v2 (#193)
1 parent f6c8cac commit 42ef8be

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
@@ -32,7 +32,7 @@
3232
"php-http/client-common": "^2.0",
3333
"psr/http-client": "^1.0",
3434
"psr/http-factory": "^1.0",
35-
"psr/http-message": "^1.0",
35+
"psr/http-message": "^1.0 || ^2.0",
3636
"psr/log": "^1 || ^2 || ^3",
3737
"thecodingmachine/safe": "^1.0 || ^2.0"
3838
},

0 commit comments

Comments
 (0)