From 1e9fed5e4fb6408bfd998101bfffbf5f2b285cb4 Mon Sep 17 00:00:00 2001 From: vasile jianu Date: Tue, 9 Apr 2024 10:36:21 +0100 Subject: [PATCH] Update Laravel 11 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 26cc075..28ac88a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.1", - "illuminate/collections": "^9.43|^10.0", + "illuminate/collections": "^9.43|^10.0|^11.0", "ramsey/uuid": "^4.6", "spatie/period": "^2.3" },