Skip to content

Commit

Permalink
support guzzle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-h committed May 10, 2021
1 parent 5ab8064 commit b00813e
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 @@ -37,7 +37,7 @@
"type": "library",
"require": {
"php": ">=5.5.9",
"guzzlehttp/guzzle": "~6"
"guzzlehttp/guzzle": "~6|~7"
},
"require-dev": {
"phpunit/phpunit": "5.7"
Expand Down

0 comments on commit b00813e

Please sign in to comment.