From f69d322f0f32eb497e1f8035e383b27377e2cbd0 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 a2ad8f5b75..380a8a5fe1 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "doctrine/collections": "^1.5", "doctrine/common": "^3.2.2", "doctrine/data-fixtures": "^1.3", - "doctrine/dbal": "^3.3.3", + "doctrine/dbal": "^3.8.5", "doctrine/doctrine-bundle": "^2.5.7", "doctrine/doctrine-fixtures-bundle": "^3.0.2", "doctrine/orm": "^2.11.2",