Updated doctrine-bundle recipe

This commit is contained in:
Jan Böhmer 2025-07-07 23:31:07 +02:00
parent 40a837b165
commit 41108bd969
2 changed files with 8 additions and 6 deletions

View file

@ -39,6 +39,8 @@ doctrine:
report_fields_where_declared: true report_fields_where_declared: true
validate_xml_mapping: true validate_xml_mapping: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
identity_generation_preferences:
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
auto_mapping: true auto_mapping: true
controller_resolver: controller_resolver:
auto_mapping: true auto_mapping: true

View file

@ -62,17 +62,17 @@
} }
}, },
"doctrine/doctrine-bundle": { "doctrine/doctrine-bundle": {
"version": "2.11", "version": "2.15",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "2.10", "version": "2.13",
"ref": "c170ded8fc587d6bd670550c43dafcf093762245" "ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
}, },
"files": [ "files": [
"./config/packages/doctrine.yaml", "config/packages/doctrine.yaml",
"./src/Entity/.gitignore", "src/Entity/.gitignore",
"./src/Repository/.gitignore" "src/Repository/.gitignore"
] ]
}, },
"doctrine/doctrine-fixtures-bundle": { "doctrine/doctrine-fixtures-bundle": {