diff --git a/composer.json b/composer.json index 780b5fc82..0564a66fc 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,7 @@ "doctrine/dbal": "^2.7", "dragonmantank/cron-expression": "^3.1.0", "franzl/whoops-middleware": "^2.0.0", - "guzzlehttp/guzzle": "^7.4", + "guzzlehttp/guzzle": "^6.0|^7.4", "illuminate/bus": "^8.0", "illuminate/cache": "^8.0", "illuminate/config": "^8.0", diff --git a/framework/core/composer.json b/framework/core/composer.json index c8a29f57b..e8605a8a1 100644 --- a/framework/core/composer.json +++ b/framework/core/composer.json @@ -42,7 +42,7 @@ "doctrine/dbal": "^2.7", "dragonmantank/cron-expression": "^3.1.0", "franzl/whoops-middleware": "^2.0.0", - "guzzlehttp/guzzle": "^7.4", + "guzzlehttp/guzzle": "^6.0|^7.4", "illuminate/bus": "^8.0", "illuminate/cache": "^8.0", "illuminate/config": "^8.0",