Skip to content

Commit

Permalink
chore: raise minimum versions of Guzzle in core (#5304)
Browse files Browse the repository at this point in the history
Follows #5303
  • Loading branch information
dwsupplee committed May 26, 2022
1 parent b6c6e90 commit 48a345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=5.5",
"rize/uri-template": "~0.3",
"google/auth": "^1.18",
"guzzlehttp/guzzle": "^5.3|^6.0|^7.0",
"guzzlehttp/guzzle": "^5.3|^6.5.6|^7.4.3",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.7|^2.0",
"monolog/monolog": "^1.1|^2.0",
Expand Down

0 comments on commit 48a345c

Please sign in to comment.