From af359680142294f399f75813656cab3f152d02ba Mon Sep 17 00:00:00 2001 From: Sharafat Ibn Mollah Mosharraf Date: Tue, 25 Feb 2025 22:39:05 +0600 Subject: [PATCH] Add Laravel 12 Compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 10c33bb..11eb814 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": ">=5.6.4", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "guzzlehttp/guzzle": "~6.0|^7.0" }, "require-dev": {