Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #149 from SlvrEagle23/feature/guzzle7
Browse files Browse the repository at this point in the history
Add support for Guzzle client version 7.x.
  • Loading branch information
thecodeassassin authored Sep 18, 2020
2 parents 2d48339 + 288ea1c commit 447acb6
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 @@ -27,7 +27,7 @@
],
"require": {
"php": "^5.5 || ^7.0",
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit 447acb6

Please sign in to comment.