From 46a4d63606557631f728170593f4fe93ee387d34 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Mon, 1 Dec 2025 22:49:54 +0100 Subject: [PATCH] [doctrine/doctrine-bundle] Fix installing on Symfony 6.4 --- doctrine/doctrine-bundle/3.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine/doctrine-bundle/3.0/manifest.json b/doctrine/doctrine-bundle/3.0/manifest.json index 28df28cd..3fa21f6c 100644 --- a/doctrine/doctrine-bundle/3.0/manifest.json +++ b/doctrine/doctrine-bundle/3.0/manifest.json @@ -49,6 +49,6 @@ } }, "conflict": { - "symfony/framework-bundle": "<7.1" + "symfony/framework-bundle": "<6.4" } }