From 1293a863718e2aa73b78fef8a6fe7e5a855249a0 Mon Sep 17 00:00:00 2001 From: asantibanez Date: Thu, 22 Aug 2024 15:54:39 -0500 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 fe942c6..4cff7b1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.3|^7.4|^8.0", - "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", "javoscript/laravel-macroable-models": "^1.0" }, "require-dev": {