Skip to content

Commit 36d9589

Browse files
committed
Updated doctrine/doctrine-bundle flex recipe
1 parent ff1fc3c commit 36d9589

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

config/packages/doctrine.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ doctrine:
1212
EnumLanguage: App\Doctrine\DBAL\Types\EnumLanguageType
1313
EnumLocale: App\Doctrine\DBAL\Types\EnumLocaleType
1414
EnumLogLogin: App\Doctrine\DBAL\Types\EnumLogLoginType
15-
15+
profiling_collect_backtrace: '%kernel.debug%'
1616
# IMPORTANT: You MUST configure your server version,
1717
# either here or in the DATABASE_URL env var (see .env file)
1818
#server_version: '15'
19-
2019
orm:
2120
auto_generate_proxy_classes: true
2221
enable_lazy_ghost_objects: true
22+
report_fields_where_declared: true
23+
validate_xml_mapping: true
2324
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
2425
auto_mapping: true
2526
mappings:

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"version": "v0.5.3"
3838
},
3939
"doctrine/doctrine-bundle": {
40-
"version": "2.8",
40+
"version": "2.10",
4141
"recipe": {
4242
"repo": "github.com/symfony/recipes",
4343
"branch": "main",
44-
"version": "2.8",
45-
"ref": "6b43b7b6ff6bf2551f2933ebeb66721fa3db8fbc"
44+
"version": "2.10",
45+
"ref": "e025a6cb69b195970543820b2f18ad21724473fa"
4646
},
4747
"files": [
4848
"config/packages/doctrine.yaml",

0 commit comments

Comments
 (0)