Skip to content

Commit

Permalink
Merge pull request #141 from crosspeakoms/master
Browse files Browse the repository at this point in the history
support guzzle 7
  • Loading branch information
svc-developer authored Jun 3, 2021
2 parents 5ab8064 + b00813e commit 9039823
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 9039823

Please sign in to comment.