Do not use doctrine/dbal 3.5 (yet), as it has a bug with mariadb

It will always show the "sync-metadata-storage" issue.
This commit is contained in:
Jan Böhmer 2022-10-22 21:51:02 +02:00
parent 422b8d3f5d
commit 86a51fc7b9
2 changed files with 9 additions and 8 deletions

View file

@ -16,6 +16,7 @@
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.9",
"doctrine/dbal": "3.4.*",
"dompdf/dompdf": "^2.0.0",
"erusev/parsedown": "^1.7",
"florianv/swap": "^4.0",

16
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "47f451fd4d1629730b8e702e71bd68af",
"content-hash": "1a99d5342c4613115a0616035374005b",
"packages": [
{
"name": "beberlei/assert",
@ -664,23 +664,23 @@
},
{
"name": "doctrine/dbal",
"version": "3.5.0",
"version": "3.4.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "b66f55c7037402d9f522f19d86841e71c09f0195"
"reference": "3ce132f7c0b83d33b26ab6ed308e9e9260699bc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b66f55c7037402d9f522f19d86841e71c09f0195",
"reference": "b66f55c7037402d9f522f19d86841e71c09f0195",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/3ce132f7c0b83d33b26ab6ed308e9e9260699bc4",
"reference": "3ce132f7c0b83d33b26ab6ed308e9e9260699bc4",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1|^2",
"doctrine/event-manager": "^1.0",
"php": "^7.4 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
@ -755,7 +755,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.5.0"
"source": "https://github.com/doctrine/dbal/tree/3.4.6"
},
"funding": [
{
@ -771,7 +771,7 @@
"type": "tidelift"
}
],
"time": "2022-10-22T14:33:42+00:00"
"time": "2022-10-21T14:38:43+00:00"
},
{
"name": "doctrine/deprecations",