Commit a3eb9c7b by Julien Jorry

Update doctrine recipes

parent dd4362c2
...@@ -23,6 +23,17 @@ doctrine: ...@@ -23,6 +23,17 @@ doctrine:
mapping_types: mapping_types:
uuid_binary: binary uuid_binary: binary
uuid_binary_ordered_time: binary uuid_binary_ordered_time: binary
# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '13'
# only needed for MySQL
# charset: utf8mb4
# default_table_options:
# collate: utf8mb4_unicode_ci
# backtrace queries in profiler (increases memory usage per request)
#profiling_collect_backtrace: '%kernel.debug%'
orm: orm:
auto_generate_proxy_classes: '%kernel.debug%' auto_generate_proxy_classes: '%kernel.debug%'
entity_managers: entity_managers:
......
...@@ -99,12 +99,12 @@ ...@@ -99,12 +99,12 @@
"version": "v0.5.3" "version": "v0.5.3"
}, },
"doctrine/doctrine-bundle": { "doctrine/doctrine-bundle": {
"version": "2.0", "version": "1.12",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "2.0", "version": "1.12",
"ref": "a9f2463b9f73efe74482f831f03a204a41328555" "ref": "3cc0efdb85531c72c2b25cbb41eec849a279aa64"
}, },
"files": [ "files": [
"config/packages/doctrine.yaml", "config/packages/doctrine.yaml",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment