From 964d6cf294c00307e692afa04f394bb41e58bd24 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 23 Oct 2020 16:45:50 +0200 Subject: [PATCH] Adding support for Laravel 8 Updating the guzzle version to 7.0.x to be compatible with Laravel 8 version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af886b1..b1a51d7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/guzzle": "^6.2" + "guzzlehttp/guzzle": "^6.2|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8",