Skip to content

Commit 751efa2

Browse files
committed
6654: Update doctrine bundle flex recipe
1 parent a28c245 commit 751efa2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

config/packages/doctrine.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ doctrine:
1111
orm:
1212
validate_xml_mapping: true
1313
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
14+
identity_generation_preferences:
15+
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
1416
auto_mapping: true
15-
controller_resolver:
16-
auto_mapping: false
1717
mappings:
1818
App:
1919
type: attribute
2020
is_bundle: false
2121
dir: '%kernel.project_dir%/src/Entity'
2222
prefix: 'App\Entity'
2323
alias: App
24+
controller_resolver:
25+
auto_mapping: false
2426

2527
when@test:
2628
doctrine:

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"version": "v0.5.3"
3939
},
4040
"doctrine/doctrine-bundle": {
41-
"version": "2.13",
41+
"version": "3.2",
4242
"recipe": {
4343
"repo": "github.com/symfony/recipes",
4444
"branch": "main",
45-
"version": "2.10",
46-
"ref": "c170ded8fc587d6bd670550c43dafcf093762245"
45+
"version": "3.0",
46+
"ref": "18ee08e513ba0303fd09a01fc1c934870af06ffa"
4747
},
4848
"files": [
4949
"config/packages/doctrine.yaml",

0 commit comments

Comments
 (0)