Skip to content

Commit 50d75d4

Browse files
Apply change requests
1 parent 27a6a70 commit 50d75d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doctrine/doctrine-bundle/2.8/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"#2": "IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml",
1212
"#3": "",
1313
"#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
14-
"#5": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=mariadb-10.11&charset=utf8mb4\"",
15-
"#6": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4\"",
16-
"DATABASE_URL": "postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
14+
"#5": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=8.0.36&charset=utf8mb4\"",
15+
"#6": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=10.11.2-mariadb&charset=utf8mb4\"",
16+
"DATABASE_URL": "postgresql://app:[email protected]:5432/app?serverVersion=15.2&charset=utf8"
1717
},
1818
"dockerfile": [
1919
"RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\",

0 commit comments

Comments
 (0)