Updated doctrine bundle recipe

This commit is contained in:
Jan Böhmer 2023-05-27 20:51:05 +02:00
parent c24019fd57
commit 1a3f0675bf
2 changed files with 4 additions and 3 deletions

View file

@ -21,6 +21,7 @@ doctrine:
orm:
auto_generate_proxy_classes: true
enable_lazy_ghost_objects: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
mappings:

View file

@ -75,12 +75,12 @@
"version": "v0.5.3"
},
"doctrine/doctrine-bundle": {
"version": "2.8",
"version": "2.9",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.4",
"ref": "013b823e7fee65890b23e40f31e6667a1ac519ac"
"version": "2.8",
"ref": "67961f095352f829a24c035639b3d0d3378ffbf2"
},
"files": [
"config/packages/doctrine.yaml",