From b6c632996d473c1a9d283dad8aa74c432cc555c4 Mon Sep 17 00:00:00 2001 From: tamer-dev Date: Sun, 13 Mar 2022 13:09:51 +0300 Subject: [PATCH] support for laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c58210a..f961161 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require": { "php" : "^5.6|^7.0|^8.0", - "illuminate/support": "^5.1|^6.0|^7.0|^8.0" + "illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0" }, "autoload" : { "psr-4" : {