[doctrine/doctrine-bundle] Disable automapping when using FWB >= 7.1 (#1316)

This commit is contained in:
Nicolas Grekas
2024-05-31 09:56:41 +02:00
committed by GitHub
parent 86b70579ab
commit 480380687d
2 changed files with 2 additions and 4 deletions
@@ -23,7 +23,7 @@ doctrine:
prefix: 'App\Entity'
alias: App
controller_resolver:
auto_mapping: true
auto_mapping: false
when@test:
doctrine:
+1 -3
View File
@@ -49,8 +49,6 @@
}
},
"conflict": {
"doctrine/orm": "<2.14",
"symfony/dependency-injection": "<6.2",
"symfony/framework-bundle": "<5.3"
"symfony/framework-bundle": "<7.1"
}
}