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 dd06e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctrine:
report_fields_where_declared: true
validate_xml_mapping: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
auto_mapping: false
mappings:
App:
type: attribute
Expand Down
4 changes: 1 addition & 3 deletions doctrine/doctrine-bundle/2.12/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,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 dd06e32

Please sign in to comment.