From 6e49c6cba1acd37572eafeffab997fdb373940c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:47:16 +0000 Subject: [PATCH] Update doctrine/collections requirement from ^1.8 || ^2.0 to ^3.1.0 Updates the requirements on [doctrine/collections](https://github.com/doctrine/collections) to permit the latest version. - [Release notes](https://github.com/doctrine/collections/releases) - [Commits](https://github.com/doctrine/collections/commits/3.1.0) --- updated-dependencies: - dependency-name: doctrine/collections dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3faebf73..373ba01a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-zip": "*", - "doctrine/collections": "^1.8 || ^2.0", + "doctrine/collections": "^3.1.0", "doctrine/data-fixtures": "^1.6 || ^2.0", "doctrine/doctrine-bundle": "^2.10 || ^3.0 || ^4.0", "doctrine/doctrine-fixtures-bundle": "^4.2",