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 dd06e32Copy full SHA for dd06e32
doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml
@@ -14,7 +14,7 @@ doctrine:
14
report_fields_where_declared: true
15
validate_xml_mapping: true
16
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
17
- auto_mapping: true
+ auto_mapping: false
18
mappings:
19
App:
20
type: attribute
doctrine/doctrine-bundle/2.12/manifest.json
@@ -49,8 +49,6 @@
49
}
50
},
51
"conflict": {
52
- "doctrine/orm": "<2.14",
53
- "symfony/dependency-injection": "<6.2",
54
- "symfony/framework-bundle": "<5.3"
+ "symfony/framework-bundle": "<7.1"
55
56
0 commit comments