diff --git a/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml index c00894c97..141b1b4a0 100644 --- a/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml @@ -10,7 +10,7 @@ doctrine: auto_generate_proxy_classes: true enable_lazy_ghost_objects: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware - auto_mapping: true + auto_mapping: false mappings: App: is_bundle: false diff --git a/doctrine/doctrine-bundle/2.9/manifest.json b/doctrine/doctrine-bundle/2.9/manifest.json index 1d8996a72..c51dbdc0b 100644 --- a/doctrine/doctrine-bundle/2.9/manifest.json +++ b/doctrine/doctrine-bundle/2.9/manifest.json @@ -44,8 +44,6 @@ } }, "conflict": { - "doctrine/orm": "<2.14", - "symfony/dependency-injection": "<6.2", - "symfony/framework-bundle": "<5.3" + "symfony/framework-bundle": "<7.1" } }