From 512cbf43fb9b2335eb6aa06adca2b89914a9919c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:55:05 +0000 Subject: [PATCH] Update doctrine/doctrine-bundle requirement from ^2.5 to ^3.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.5.0...3.2.2) --- updated-dependencies: - dependency-name: doctrine/doctrine-bundle dependency-version: 3.2.2 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 be28dda..ee43aca 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "prefer-stable": true, "require": { "php": ">=8.4", - "doctrine/doctrine-bundle": "^2.5", + "doctrine/doctrine-bundle": "^3.2", "doctrine/orm": "^2.10 | ^3.0", "softspring/user-bundle": "^6.0@dev", "symfony/console": "^6.4|^7.4|^8.0",