From 24b250df941eab9fd64504844f2f22d4232059fb Mon Sep 17 00:00:00 2001 From: stevethomas Date: Mon, 11 Mar 2024 14:23:46 +1000 Subject: [PATCH] support Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 817eaca..a276043 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php" : "^8.1", - "illuminate/support": "^10.0" + "illuminate/support": "^10.0|^11.0" }, "require-dev": { "codinglabsau/php-styles": "dev-main"