From 712fda1fd8a8f8a16a92991fdcf7f5cd934357a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Mon, 17 Jul 2023 10:43:13 +0200 Subject: [PATCH] Allow doctrine/collection:^2.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b23e55a..e8a4ff93 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "composer/semver": "^3.0", "doctrine/annotations": "^1.13.3 || ^2", "doctrine/cache": "^1.13.0 || ^2.1.0", - "doctrine/collections": "^1.8.0", + "doctrine/collections": "^1.8.0 || ^2.1", "doctrine/doctrine-laminas-hydrator": "^3.2.0", "doctrine/event-manager": "^1.2.0", "doctrine/inflector": "^2.0.6",