From 8b8e23a1803a5465f76632eb2d321d9fc2673b9e Mon Sep 17 00:00:00 2001 From: Michael Ishola Date: Sun, 12 May 2024 08:55:43 +0100 Subject: [PATCH] Added support for laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9225512..3416eaa 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "minimum-stability": "dev", "require": { - "illuminate/support": "~5|~6|~7|~8" + "illuminate/support": "~7|~8|~9|~10|~11" }, "autoload": { "psr-4": {