From 26ba364758859b2f533b660b3a318b9a82e2725a Mon Sep 17 00:00:00 2001 From: Rostislav Vitek Date: Fri, 14 Jun 2024 13:41:25 +0200 Subject: [PATCH] rectrict "doctrine/dbal" package to "^3.8.5" version - this is the version where indexes detection has changed - see https://github.com/doctrine/dbal/pull/6413 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a21df6f8..d7d303dc0 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-pdo": "*", "ext-simplexml": "*", "doctrine/collections": "^1.5", - "doctrine/dbal": "^3.3.3", + "doctrine/dbal": "^3.8.5", "doctrine/doctrine-bundle": "^2.5.7", "doctrine/orm": "^2.11.2", "doctrine/persistence": "^2.4",