From 4d1d12e9af49073b2d775ed01de805d53cc4924f Mon Sep 17 00:00:00 2001 From: Abbas Arif <43321373+buzzclue@users.noreply.github.com> Date: Fri, 24 Jun 2022 03:46:02 +0500 Subject: [PATCH] laravel 9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea6b148..1d4d45a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "5.* || 6.* || 7.* || 8.*" + "illuminate/support": "5.* || 6.* || 7.* || 8.* || 9.*" }, "autoload": { "psr-4": {