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 authored May 31, 2024
1 parent 86b7057 commit 4803806
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 @@ -23,7 +23,7 @@ doctrine:
prefix: 'App\Entity'
alias: App
controller_resolver:
auto_mapping: true
auto_mapping: false

when@test:
doctrine:
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 4803806

Please sign in to comment.