Skip to content

Commit

Permalink
Allow guzzlehttp/psr7 2.0
Browse files Browse the repository at this point in the history
With zendesk#469 being merged, this package now supports 1.7+ and 2.0
  • Loading branch information
wouterj authored Jan 11, 2022
1 parent 21ed028 commit e149978
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 @@ -6,7 +6,7 @@
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"mmucklo/inflect": "0.3.*"
},
"require-dev": {
Expand Down

0 comments on commit e149978

Please sign in to comment.