Skip to content

Commit

Permalink
feat: support PSR-7 1.1
Browse files Browse the repository at this point in the history
Updates dependencies to pin to PSR-7 1.1 or later.
No changes required for compatibility.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Apr 6, 2023
1 parent d48c9d1 commit f43565f
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 100 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.1"
},
"require-dev": {
"ext-curl": "*",
Expand Down
Loading

0 comments on commit f43565f

Please sign in to comment.