From 46b3b7a9527b935c3c52269aaad2010c75dcb6d8 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Mon, 18 Jul 2022 19:16:12 +0100 Subject: [PATCH] chore: require guzzle 6 or 7 Signed-off-by: Sami Mazouz --- composer.json | 2 +- framework/core/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",