From f5b600313e35234e2427158b3ab473e392df4e42 Mon Sep 17 00:00:00 2001 From: minasm Date: Wed, 22 Mar 2023 00:35:46 +0000 Subject: [PATCH] Added Laravel 10 Compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 71464a2..ab02df2 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "guzzlehttp/guzzle": "^7.0.1", - "illuminate/support": "^8.0|^9.0", - "illuminate/contracts": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/contracts": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {