Skip to content

Commit ade0942

Browse files
committed
Updated doctrine/doctrine-bundle flex recipe
1 parent cff2e1e commit ade0942

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

config/packages/doctrine.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ doctrine:
2323
report_fields_where_declared: true
2424
validate_xml_mapping: true
2525
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
26+
#identity_generation_preferences:
27+
# Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
2628
auto_mapping: true
2729
mappings:
2830
App:

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"version": "v0.5.3"
2828
},
2929
"doctrine/doctrine-bundle": {
30-
"version": "2.12",
30+
"version": "2.14",
3131
"recipe": {
3232
"repo": "github.com/symfony/recipes",
3333
"branch": "main",
34-
"version": "2.12",
35-
"ref": "32f890075233ac4a1176e848a0f8e932ac6536d6"
34+
"version": "2.13",
35+
"ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
3636
},
3737
"files": [
3838
"config/packages/doctrine.yaml",

0 commit comments

Comments
 (0)