From 4e15ccef94f4ed43f15a7105f346f5bd585c352a Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Mon, 16 Sep 2024 13:03:49 +0200 Subject: [PATCH] Adjust Collections version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 510f44c..0109403 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "typo3/cms-core": "^12", "elasticsearch/elasticsearch": "^7", - "illuminate/collections": "^9" + "illuminate/collections": "^11" }, "require-dev": { "phpstan/phpstan": "^1",