From d2197aafb10911a18b5a0fe4b0170086073a7412 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 24 Mar 2020 10:06:29 +0100 Subject: [PATCH] conflict with translation contracts < 1.1.7 --- src/Symfony/Component/Form/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Form/composer.json b/src/Symfony/Component/Form/composer.json index 08a39f595e..84ab9374e5 100644 --- a/src/Symfony/Component/Form/composer.json +++ b/src/Symfony/Component/Form/composer.json @@ -49,6 +49,7 @@ "symfony/http-kernel": "<4.4", "symfony/intl": "<4.4", "symfony/translation": "<4.4", + "symfony/translation-contracts": "<1.1.7", "symfony/twig-bridge": "<4.4" }, "suggest": {