Skip to content

Commit

Permalink
chore: Raise minimum versions of Guzzle (#5332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jun 13, 2022
1 parent 3c125a6 commit 4356860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.6|^7.4.3",
"guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.7|^2.0",
"monolog/monolog": "^1.1|^2.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"require": {
"php": ">=5.5",
"rize/uri-template": "~0.3",
"guzzlehttp/guzzle": "^5.3|^6.5.6|^7.4.3",
"guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
"guzzlehttp/psr7": "^1.7|^2.0",
"monolog/monolog": "^1.1|^2.0",
"psr/http-message": "1.0.*",
Expand Down

0 comments on commit 4356860

Please sign in to comment.