From 8d2a4d67ec6afa580a831a506fe910528a5d6dc9 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 7d707c7..34723ab 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^8.3", "ext-json": "*", "ext-pdo": "*", - "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",