diff --git a/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml index 802b2182b..30d710dd3 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: '15' + #server_version: '16' # only needed for MySQL charset: utf8mb4 diff --git a/doctrine/doctrine-bundle/1.12/manifest.json b/doctrine/doctrine-bundle/1.12/manifest.json index 754bce856..2d3a40ab9 100644 --- a/doctrine/doctrine-bundle/1.12/manifest.json +++ b/doctrine/doctrine-bundle/1.12/manifest.json @@ -12,7 +12,7 @@ "#3": "", "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/db_name?serverVersion=8\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/db_name?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/db_name?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev && \\", @@ -24,7 +24,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/1.12/post-install.txt b/doctrine/doctrine-bundle/1.12/post-install.txt index e84c63bc2..6104a6dc2 100644 --- a/doctrine/doctrine-bundle/1.12/post-install.txt +++ b/doctrine/doctrine-bundle/1.12/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (15) in config/packages/doctrine.yaml + server_version (16) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml index a8e2ebcd0..2f611de26 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: '15' + #server_version: '16' # only needed for MySQL charset: utf8mb4 diff --git a/doctrine/doctrine-bundle/1.6/manifest.json b/doctrine/doctrine-bundle/1.6/manifest.json index dca9096b9..04da3d11c 100644 --- a/doctrine/doctrine-bundle/1.6/manifest.json +++ b/doctrine/doctrine-bundle/1.6/manifest.json @@ -12,7 +12,7 @@ "#3": "", "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev && \\", @@ -24,7 +24,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/1.6/post-install.txt b/doctrine/doctrine-bundle/1.6/post-install.txt index e84c63bc2..6104a6dc2 100644 --- a/doctrine/doctrine-bundle/1.6/post-install.txt +++ b/doctrine/doctrine-bundle/1.6/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (15) in config/packages/doctrine.yaml + server_version (16) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/2.0/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.0/config/packages/doctrine.yaml index 8e337f731..1d83c83ef 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: '15' + #server_version: '16' orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware diff --git a/doctrine/doctrine-bundle/2.0/manifest.json b/doctrine/doctrine-bundle/2.0/manifest.json index dca9096b9..04da3d11c 100644 --- a/doctrine/doctrine-bundle/2.0/manifest.json +++ b/doctrine/doctrine-bundle/2.0/manifest.json @@ -12,7 +12,7 @@ "#3": "", "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev && \\", @@ -24,7 +24,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/2.0/post-install.txt b/doctrine/doctrine-bundle/2.0/post-install.txt index e84c63bc2..6104a6dc2 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 (15) in config/packages/doctrine.yaml + server_version (16) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/2.10/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.10/config/packages/doctrine.yaml index 559641f79..9fe3f613c 100644 --- a/doctrine/doctrine-bundle/2.10/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.10/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: '15' + #server_version: '16' profiling_collect_backtrace: '%kernel.debug%' orm: diff --git a/doctrine/doctrine-bundle/2.10/manifest.json b/doctrine/doctrine-bundle/2.10/manifest.json index 86f138e9c..1d8996a72 100644 --- a/doctrine/doctrine-bundle/2.10/manifest.json +++ b/doctrine/doctrine-bundle/2.10/manifest.json @@ -13,7 +13,7 @@ "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4\"", "#6": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN install-php-extensions pdo_pgsql" @@ -22,7 +22,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/2.10/post-install.txt b/doctrine/doctrine-bundle/2.10/post-install.txt index e84c63bc2..6104a6dc2 100644 --- a/doctrine/doctrine-bundle/2.10/post-install.txt +++ b/doctrine/doctrine-bundle/2.10/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (15) in config/packages/doctrine.yaml + server_version (16) 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 8e337f731..1d83c83ef 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: '15' + #server_version: '16' orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware diff --git a/doctrine/doctrine-bundle/2.3/manifest.json b/doctrine/doctrine-bundle/2.3/manifest.json index f673cbcf8..26e52b929 100644 --- a/doctrine/doctrine-bundle/2.3/manifest.json +++ b/doctrine/doctrine-bundle/2.3/manifest.json @@ -12,7 +12,7 @@ "#3": "", "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\", @@ -24,7 +24,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/2.3/post-install.txt b/doctrine/doctrine-bundle/2.3/post-install.txt index e84c63bc2..6104a6dc2 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 (15) in config/packages/doctrine.yaml + server_version (16) 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 1bb885e61..1cc55717d 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: '15' + #server_version: '16' orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware diff --git a/doctrine/doctrine-bundle/2.4/manifest.json b/doctrine/doctrine-bundle/2.4/manifest.json index 472f48f69..88bac7a04 100644 --- a/doctrine/doctrine-bundle/2.4/manifest.json +++ b/doctrine/doctrine-bundle/2.4/manifest.json @@ -12,7 +12,7 @@ "#3": "", "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\", @@ -24,7 +24,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/2.4/post-install.txt b/doctrine/doctrine-bundle/2.4/post-install.txt index e84c63bc2..6104a6dc2 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 (15) in config/packages/doctrine.yaml + server_version (16) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/2.8/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.8/config/packages/doctrine.yaml index bdff96fef..abe2b3a0a 100644 --- a/doctrine/doctrine-bundle/2.8/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.8/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: '15' + #server_version: '16' orm: auto_generate_proxy_classes: true enable_lazy_ghost_objects: true diff --git a/doctrine/doctrine-bundle/2.8/manifest.json b/doctrine/doctrine-bundle/2.8/manifest.json index fc8c043a1..addfd2034 100644 --- a/doctrine/doctrine-bundle/2.8/manifest.json +++ b/doctrine/doctrine-bundle/2.8/manifest.json @@ -13,7 +13,7 @@ "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4\"", "#6": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\", @@ -25,7 +25,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/2.8/post-install.txt b/doctrine/doctrine-bundle/2.8/post-install.txt index e84c63bc2..6104a6dc2 100644 --- a/doctrine/doctrine-bundle/2.8/post-install.txt +++ b/doctrine/doctrine-bundle/2.8/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (15) in config/packages/doctrine.yaml + server_version (16) in config/packages/doctrine.yaml diff --git a/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml index bdff96fef..abe2b3a0a 100644 --- a/doctrine/doctrine-bundle/2.9/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/2.9/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: '15' + #server_version: '16' orm: auto_generate_proxy_classes: true enable_lazy_ghost_objects: true diff --git a/doctrine/doctrine-bundle/2.9/manifest.json b/doctrine/doctrine-bundle/2.9/manifest.json index 86f138e9c..1d8996a72 100644 --- a/doctrine/doctrine-bundle/2.9/manifest.json +++ b/doctrine/doctrine-bundle/2.9/manifest.json @@ -13,7 +13,7 @@ "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4\"", "#6": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4\"", - "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8" + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" }, "dockerfile": [ "RUN install-php-extensions pdo_pgsql" @@ -22,7 +22,7 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-15}-alpine", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", " environment:", " POSTGRES_DB: ${POSTGRES_DB:-app}", " # You should definitely change the password in production", diff --git a/doctrine/doctrine-bundle/2.9/post-install.txt b/doctrine/doctrine-bundle/2.9/post-install.txt index e84c63bc2..6104a6dc2 100644 --- a/doctrine/doctrine-bundle/2.9/post-install.txt +++ b/doctrine/doctrine-bundle/2.9/post-install.txt @@ -1,4 +1,4 @@ * Modify your DATABASE_URL config in .env * Configure the driver (postgresql) and - server_version (15) in config/packages/doctrine.yaml + server_version (16) in config/packages/doctrine.yaml