Skip to content

Commit

Permalink
feat(deps): support for guzzlehttp/guzzle^7
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanAhuja authored Sep 18, 2020
1 parent 610166f commit 694ffe2
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 @@ -23,7 +23,7 @@
},
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.5.5|^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.4.0"
Expand Down

0 comments on commit 694ffe2

Please sign in to comment.