From ec39e84544c3027f7a163cb89e98fc713fb722d2 Mon Sep 17 00:00:00 2001 From: Lennart Hengstmengel Date: Thu, 7 Oct 2021 15:31:43 +0200 Subject: [PATCH] added support for guzzle 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff7abce..e805a86 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require": { "php": "~7.2", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^6.3 || ^7.0.1", "rappasoft/laravel-helpers": "^1.0", "ext-json": "*" },