Skip to content

Commit

Permalink
[doctrine/doctrine-bundle] Disable automapping when using FWB >= 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 21, 2024
1 parent d17f9fa commit 0ccac19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ doctrine:
auto_generate_proxy_classes: true
enable_lazy_ghost_objects: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
auto_mapping: false
mappings:
App:
is_bundle: false
Expand Down
4 changes: 1 addition & 3 deletions doctrine/doctrine-bundle/2.9/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
}
},
"conflict": {
"doctrine/orm": "<2.14",
"symfony/dependency-injection": "<6.2",
"symfony/framework-bundle": "<5.3"
"symfony/framework-bundle": "<7.1"
}
}

0 comments on commit 0ccac19

Please sign in to comment.