From d1c114a973a4884d6571a9b9026ece03227b57d5 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 26 Jul 2019 16:26:42 +0200 Subject: [PATCH] Don't prevent installing symfony/translation 4.3! What a bad idea here, it almost the same as marking the bundle as abandoned... 4.2 is going to be EOLed in 5 days. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4db614ff..a45e4808 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.1", "symfony/framework-bundle": "^3.4 || ^4.0", "symfony/validator": "^3.4 || ^4.0", - "symfony/translation": "^3.4 || ^4.0,<4.2", + "symfony/translation": "^3.4 || ^4.0", "symfony/twig-bundle": "^3.4 || ^4.0", "symfony/finder": "^3.4 || ^4.0", "symfony/intl": "^3.4 || ^4.0",