forked from Chill-project/chill-skeleton-basic
deps: upgrade doctrine recipe
This commit is contained in:
@@ -5,11 +5,14 @@ doctrine:
|
||||
geometry: string
|
||||
# IMPORTANT: You MUST configure your server version,
|
||||
# either here or in the DATABASE_URL env var (see .env file)
|
||||
#server_version: '5.7'
|
||||
#server_version: '14'
|
||||
orm:
|
||||
auto_generate_proxy_classes: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.default
|
||||
auto_mapping: true
|
||||
query_cache_driver:
|
||||
type: pool
|
||||
pool: doctrine.system_cache_pool
|
||||
mappings:
|
||||
App:
|
||||
is_bundle: false
|
||||
|
Reference in New Issue
Block a user