Skip to content

Commit

Permalink
Merge pull request #3 from hussaini/upgrade-guzzle-http
Browse files Browse the repository at this point in the history
Upgrade `guzzlehttp/guzzle` to `^7.0.1`
  • Loading branch information
coolcodemy authored Mar 29, 2021
2 parents 2daa883 + 0d7fb17 commit d65b6cf
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 @@ -30,7 +30,7 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": ">=4.0,<7.0"
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down

0 comments on commit d65b6cf

Please sign in to comment.