Skip to content

Commit

Permalink
support for either guzzle http library 6.3+ or 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
Adar Porat committed Aug 4, 2020
1 parent 6641921 commit 6271f78
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 @@ -28,7 +28,7 @@
"require": {
"php": "^7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"nesbot/carbon": "^1.0|^2.0",
"google/apiclient": "^2.0",
"robrichards/xmlseclibs": "^3.0.4"
Expand Down

0 comments on commit 6271f78

Please sign in to comment.