mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[doctrine/doctrine-bundle] Disable automapping when using FWB >= 7.1 (#1316)
This commit is contained in:
@@ -23,7 +23,7 @@ doctrine:
|
||||
prefix: 'App\Entity'
|
||||
alias: App
|
||||
controller_resolver:
|
||||
auto_mapping: true
|
||||
auto_mapping: false
|
||||
|
||||
when@test:
|
||||
doctrine:
|
||||
|
||||
@@ -49,8 +49,6 @@
|
||||
}
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "<2.14",
|
||||
"symfony/dependency-injection": "<6.2",
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
"symfony/framework-bundle": "<7.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user