From 20a0f67d0f6c171b755aabd7cdd56b395c6988fb Mon Sep 17 00:00:00 2001 From: Ariful Islam Date: Tue, 21 Oct 2025 18:52:51 +0600 Subject: [PATCH] Update illuminate/support version constraints --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6abd89e..f74da6f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "minimum-stability": "dev", "require": { "php": "^7.4|^8.0|^8.1", - "illuminate/support": "~6|~7|~8|~9" + "illuminate/support": "~6|~7|~8|~9|~10|~11|~12" }, "extra": { "laravel": {