From fee7df2354cdefc9741753779b01dedb9fbd3aa7 Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Fri, 21 Apr 2023 00:53:06 +0200 Subject: [PATCH] [ApiBundle][Maintenance] Remove conflict with doctrine/dbal:3.* --- src/Sylius/Bundle/ApiBundle/composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Sylius/Bundle/ApiBundle/composer.json b/src/Sylius/Bundle/ApiBundle/composer.json index 897ac6f216..beafe09d76 100644 --- a/src/Sylius/Bundle/ApiBundle/composer.json +++ b/src/Sylius/Bundle/ApiBundle/composer.json @@ -48,7 +48,6 @@ "theofidry/alice-data-fixtures": "^1.4" }, "conflict": { - "doctrine/dbal": "3.*", "doctrine/doctrine-bundle": "2.3.0", "lexik/jwt-authentication-bundle": "^2.18", "symfony/doctrine-bridge": "4.4.20 || 5.2.4 || 5.2.5"