From 06271ef0ecab020585337f16d272a809117e08f4 Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan <13580338+tenshiAMD@users.noreply.github.com> Date: Sun, 2 Oct 2022 23:39:54 +0800 Subject: [PATCH] Support Laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8d021a..1a31471 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require": { "php": ">=7.2.5", - "guzzlehttp/guzzle": "^6.2|^7.0.1", + "guzzlehttp/guzzle": "^6.2|^7.0.1|^7.2", "aws/aws-sdk-php": "~3.0", "illuminate/contracts": "^6.0|^7.0|^8.0", "illuminate/database": "^6.0|^7.0|^8.0",