diff --git a/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml index 75ec9e841..718692d78 100644 --- a/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml @@ -23,7 +23,7 @@ doctrine: prefix: 'App\Entity' alias: App controller_resolver: - auto_mapping: true + auto_mapping: false when@test: doctrine: diff --git a/doctrine/doctrine-bundle/2.12/manifest.json b/doctrine/doctrine-bundle/2.12/manifest.json index 3966bd5f0..f339784a1 100644 --- a/doctrine/doctrine-bundle/2.12/manifest.json +++ b/doctrine/doctrine-bundle/2.12/manifest.json @@ -49,8 +49,6 @@ } }, "conflict": { - "doctrine/orm": "<2.14", - "symfony/dependency-injection": "<6.2", - "symfony/framework-bundle": "<5.3" + "symfony/framework-bundle": "<7.1" } }