[doctrine/doctrine-bundle] Fix installing on Symfony 6.4

This commit is contained in:
HypeMC
2025-12-01 22:49:54 +01:00
parent cbc2c282e9
commit 46a4d63606

View File

@@ -49,6 +49,6 @@
}
},
"conflict": {
"symfony/framework-bundle": "<7.1"
"symfony/framework-bundle": "<6.4"
}
}