From 9644eadcf4ca4d0fabf090e2788d1fdce01b6401 Mon Sep 17 00:00:00 2001 From: Rahul Dey Date: Wed, 16 Feb 2022 01:48:46 +0530 Subject: [PATCH] added Laravel 9 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 031309a..b5ff8fc 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^7.3|^8.0", "illuminate/console": "^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "^6.0|^7.0|^8.0|" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {