Skip to content

Commit 41108bd

Browse files
committed
Updated doctrine-bundle recipe
1 parent 40a837b commit 41108bd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

config/packages/doctrine.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ doctrine:
3939
report_fields_where_declared: true
4040
validate_xml_mapping: true
4141
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
42+
identity_generation_preferences:
43+
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
4244
auto_mapping: true
4345
controller_resolver:
4446
auto_mapping: true

symfony.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
}
6363
},
6464
"doctrine/doctrine-bundle": {
65-
"version": "2.11",
65+
"version": "2.15",
6666
"recipe": {
6767
"repo": "github.com/symfony/recipes",
6868
"branch": "main",
69-
"version": "2.10",
70-
"ref": "c170ded8fc587d6bd670550c43dafcf093762245"
69+
"version": "2.13",
70+
"ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
7171
},
7272
"files": [
73-
"./config/packages/doctrine.yaml",
74-
"./src/Entity/.gitignore",
75-
"./src/Repository/.gitignore"
73+
"config/packages/doctrine.yaml",
74+
"src/Entity/.gitignore",
75+
"src/Repository/.gitignore"
7676
]
7777
},
7878
"doctrine/doctrine-fixtures-bundle": {

0 commit comments

Comments
 (0)