Skip to content

Commit dd06e32

Browse files
[doctrine/doctrine-bundle] Disable automapping when using FWB >= 7.1
1 parent d17f9fa commit dd06e32

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doctrine/doctrine-bundle/2.12/config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctrine:
1414
report_fields_where_declared: true
1515
validate_xml_mapping: true
1616
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
17-
auto_mapping: true
17+
auto_mapping: false
1818
mappings:
1919
App:
2020
type: attribute

doctrine/doctrine-bundle/2.12/manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
}
5050
},
5151
"conflict": {
52-
"doctrine/orm": "<2.14",
53-
"symfony/dependency-injection": "<6.2",
54-
"symfony/framework-bundle": "<5.3"
52+
"symfony/framework-bundle": "<7.1"
5553
}
5654
}

0 commit comments

Comments
 (0)