From 1f9e96d0a7186c8bdd36562d977fb96983e3483e Mon Sep 17 00:00:00 2001 From: Gabi Udrescu Date: Sat, 4 Aug 2018 18:17:02 +0300 Subject: [PATCH] Explicitly require Symfony translator I guess that's why the build of the Symfony Flex recipe is failing: https://travis-ci.org/symfony/recipes-contrib/jobs/412052804 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3ff0200..ac92898 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "pagerfanta/pagerfanta": "^1.1.0|^2.0.0", "symfony/framework-bundle": "~2.3|~3.0|~4.0", "symfony/property-access": "~2.3|~3.0|~4.0", + "symfony/translation": "~2.3|~3.0|~4.0", "symfony/twig-bundle": "~2.3|~3.0|~4.0" }, "require-dev": {