From 5e3c593331df320f436e1ac6155f22f02d02ecfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 06:13:58 +0000 Subject: [PATCH] Update doctrine/doctrine-bundle requirement from ~2.15.0 to ~3.2.2 Updates the requirements on [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) to permit the latest version. - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.15.0...3.2.2) --- updated-dependencies: - dependency-name: doctrine/doctrine-bundle dependency-version: 3.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a20952e..f5e82a3 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "ext-pdo": "*", "aws/aws-sdk-php": "^3.173", "doctrine/dbal": "^3.10 || ^4.4", - "doctrine/doctrine-bundle": "~2.15.0", + "doctrine/doctrine-bundle": "~3.2.2", "doctrine/doctrine-migrations-bundle": "^3.7", "doctrine/orm": "^3.6", "elasticsearch/elasticsearch": "^7.10",