Skip to content

Commit 0ccac19

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doctrine:
1010
auto_generate_proxy_classes: true
1111
enable_lazy_ghost_objects: true
1212
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
13-
auto_mapping: true
13+
auto_mapping: false
1414
mappings:
1515
App:
1616
is_bundle: false

doctrine/doctrine-bundle/2.9/manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
}
4545
},
4646
"conflict": {
47-
"doctrine/orm": "<2.14",
48-
"symfony/dependency-injection": "<6.2",
49-
"symfony/framework-bundle": "<5.3"
47+
"symfony/framework-bundle": "<7.1"
5048
}
5149
}

0 commit comments

Comments
 (0)