From c267af05f0a4cfd662a05d1e6071379b71a628f9 Mon Sep 17 00:00:00 2001 From: Martin Anderson-Clutz <89647003+mandclu-acquia@users.noreply.github.com> Date: Sat, 11 Mar 2023 02:02:36 -0500 Subject: [PATCH] Update composer.json for updated collections --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b9b009f..5474da2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": "^7.2||^8.0", - "doctrine/collections": "~1.6" + "doctrine/collections": "~1.6||^2.0" }, "require-dev": { "phpunit/phpunit": "^8.5.16",