Merge pull request #1495 from HypeMC/fix-doctrine-bundle-6.4

[doctrine/doctrine-bundle] Fix installing on Symfony 6.4
This commit is contained in:
Fabien Potencier
2025-12-05 09:38:50 +01:00
committed by GitHub
+1 -1
View File
@@ -49,6 +49,6 @@
}
},
"conflict": {
"symfony/framework-bundle": "<7.1"
"symfony/framework-bundle": "<6.4"
}
}