From 0ce3062e94ae3ccda6446628903f4b814b84ca59 Mon Sep 17 00:00:00 2001 From: Umar Madugu Date: Sun, 24 Apr 2022 21:28:21 +0100 Subject: [PATCH] add support for laravel 9 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b19c34c..9922806 100755 --- a/composer.json +++ b/composer.json @@ -11,8 +11,9 @@ ], "minimum-stability": "stable", "require": { - "php": "^7.2|^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0" + "php": "^7.2|^8.0|^8.1", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", + "guzzlehttp/guzzle": "~6|~7|~8|~9" }, "require-dev": { "phpunit/phpunit" : "^8.3",