From a8783086fc2e945e9820504379c33d5b74b1a87c Mon Sep 17 00:00:00 2001 From: Faraz Ahmed Date: Fri, 15 Nov 2024 20:16:36 +0500 Subject: [PATCH] Update composer.json to support laravel 11.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ab7c28..ff26023 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0",