From b1ed14513475578e21a34031a3b6190d1e9f71ab Mon Sep 17 00:00:00 2001 From: Erfan Ahmed Siam Date: Thu, 16 Feb 2023 20:12:02 +0600 Subject: [PATCH] Laravel 10 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d37895..ac76034 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0" + "illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0" }, "require-dev": { "phpspec/phpspec": "~2.0",