Skip to content

Commit

Permalink
Add support for guzzlehttp/psr7 ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Jul 10, 2021
1 parent d5ae132 commit 9d35659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"php": "^7.4 || ^8.0",
"webmozart/assert": "^1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d35659

Please sign in to comment.