Skip to content

Commit

Permalink
Require psr/http-message 1.1
Browse files Browse the repository at this point in the history
This adds parameter types to the interfaces, allowing guzzle/psr7 to also add
parameter types in a follow-up PR.
  • Loading branch information
TimWolla committed Apr 8, 2023
1 parent bfe7c39 commit 567df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
Expand Down

0 comments on commit 567df13

Please sign in to comment.