Skip to content

Commit b8b8f27

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

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
@@ -23,7 +23,7 @@ doctrine:
2323
prefix: 'App\Entity'
2424
alias: App
2525
controller_resolver:
26-
auto_mapping: true
26+
auto_mapping: false
2727

2828
when@test:
2929
doctrine:

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)