We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f9fa commit 0ccac19Copy full SHA for 0ccac19
doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml
@@ -10,7 +10,7 @@ doctrine:
10
auto_generate_proxy_classes: true
11
enable_lazy_ghost_objects: true
12
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
13
- auto_mapping: true
+ auto_mapping: false
14
mappings:
15
App:
16
is_bundle: false
doctrine/doctrine-bundle/2.9/manifest.json
@@ -44,8 +44,6 @@
44
}
45
},
46
"conflict": {
47
- "doctrine/orm": "<2.14",
48
- "symfony/dependency-injection": "<6.2",
49
- "symfony/framework-bundle": "<5.3"
+ "symfony/framework-bundle": "<7.1"
50
51
0 commit comments