diff --git a/Core/composer.json b/Core/composer.json index 250456a29cee..99ebcfefaa9c 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -7,7 +7,7 @@ "php": "^8.1", "rize/uri-template": "~0.3||~0.4", "google/auth": "^1.34", - "guzzlehttp/guzzle": "^6.5.8||^7.4.4", + "guzzlehttp/guzzle": "^6.5.8||^7.4.4||^8.0.0", "guzzlehttp/promises": "^1.4||^2.0", "guzzlehttp/psr7": "^2.6", "monolog/monolog": "^2.9||^3.0", diff --git a/composer.json b/composer.json index f6d2d3fe7793..4d3126990d70 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "require": { "php": "^8.1", "rize/uri-template": "~0.3", - "guzzlehttp/guzzle": "^7.4.5", + "guzzlehttp/guzzle": "^6.5.8||^7.4.4||^8.0.0", "guzzlehttp/psr7": "^2.6", "guzzlehttp/promises": "^2.0", "monolog/monolog": "^2.9||^3.0",