diff --git a/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml index 9faf8e2e..1bd3bd12 100644 --- a/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml @@ -4,7 +4,7 @@ doctrine: # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file) - #server_version: '13' + #server_version: '14' # only needed for MySQL charset: utf8mb4 diff --git a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml index bea36483..2e71ea09 100644 --- a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml @@ -4,7 +4,7 @@ doctrine: # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file) - #server_version: '13' + #server_version: '14' # only needed for MySQL charset: utf8mb4 diff --git a/doctrine/doctrine-bundle/2.0/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.0/config/packages/doctrine.yaml index c3191765..12cfc2fc 100644 --- a/doctrine/doctrine-bundle/2.0/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.0/config/packages/doctrine.yaml @@ -4,7 +4,7 @@ doctrine: # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file) - #server_version: '13' + #server_version: '14' orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware diff --git a/doctrine/doctrine-bundle/2.0/post-install.txt b/doctrine/doctrine-bundle/2.0/post-install.txt index 0e3d418f..bd9515ed 100644 --- a/doctrine/doctrine-bundle/2.0/post-install.txt +++ b/doctrine/doctrine-bundle/2.0/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (13) in config/packages/doctrine.yaml + server_version (14) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/2.3/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.3/config/packages/doctrine.yaml index c3191765..12cfc2fc 100644 --- a/doctrine/doctrine-bundle/2.3/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.3/config/packages/doctrine.yaml @@ -4,7 +4,7 @@ doctrine: # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file) - #server_version: '13' + #server_version: '14' orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware diff --git a/doctrine/doctrine-bundle/2.3/post-install.txt b/doctrine/doctrine-bundle/2.3/post-install.txt index 0e3d418f..bd9515ed 100644 --- a/doctrine/doctrine-bundle/2.3/post-install.txt +++ b/doctrine/doctrine-bundle/2.3/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (13) in config/packages/doctrine.yaml + server_version (14) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml index 8fe1dd40..a404133c 100644 --- a/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.4/config/packages/doctrine.yaml @@ -4,7 +4,7 @@ doctrine: # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file) - #server_version: '13' + #server_version: '14' orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware diff --git a/doctrine/doctrine-bundle/2.4/post-install.txt b/doctrine/doctrine-bundle/2.4/post-install.txt index 0e3d418f..bd9515ed 100644 --- a/doctrine/doctrine-bundle/2.4/post-install.txt +++ b/doctrine/doctrine-bundle/2.4/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (13) in config/packages/doctrine.yaml + server_version (14) in config/packages/doctrine.yaml