Skip to content

Commit

Permalink
fix: Bump guzzlehttp/guzzle version (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand committed Aug 18, 2023
1 parent b0304e6 commit 7b93667
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": ">=7.4",
"rize/uri-template": "~0.3",
"google/auth": "^1.18",
"guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
"guzzlehttp/guzzle": "^6.5.8|^7.4.4",
"guzzlehttp/promises": "^1.4||^2.0",
"guzzlehttp/psr7": "^1.7|^2.0",
"monolog/monolog": "^1.1|^2.0|^3.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": ">=7.4",
"rize/uri-template": "~0.3",
"guzzlehttp/guzzle": "^6.5.7|^7.4.4",
"guzzlehttp/guzzle": "^6.5.8|^7.4.4",
"guzzlehttp/psr7": "^1.7|^2.0",
"monolog/monolog": "^2.0||^3.0",
"psr/http-message": "^1.0|^2.0",
Expand Down

0 comments on commit 7b93667

Please sign in to comment.