Skip to content

Commit c851b61

Browse files
authored
Merge pull request #224 from nicolas-grekas/patch-3
Allow "psr/http-message" v2
2 parents 45db684 + 3e8542a commit c851b61

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
@@ -17,7 +17,7 @@
1717
"php-http/message-factory": "^1.0",
1818
"psr/http-client": "^1.0",
1919
"psr/http-factory": "^1.0",
20-
"psr/http-message": "^1.0",
20+
"psr/http-message": "^1.0 || ^2.0",
2121
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
2222
"symfony/polyfill-php80": "^1.17"
2323
},

0 commit comments

Comments
 (0)