Skip to content

Commit

Permalink
Merge pull request #133 from weierophinney/feature/psr-7v1.1
Browse files Browse the repository at this point in the history
Allow usage with PSR-7 v1.1
  • Loading branch information
weierophinney committed Apr 6, 2023
2 parents d48c9d1 + 1166505 commit 0e9dd25
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 194 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

0 comments on commit 0e9dd25

Please sign in to comment.