From 4426b2bb98b87845a7ad6bec30c68fb082006910 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 21:37:30 +0100 Subject: [PATCH] Fix missing requirement --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c16caa8..1e05c10 100644 --- a/composer.json +++ b/composer.json @@ -117,6 +117,7 @@ "symfony/framework-bundle": "*", "symfony/routing": "*", "symfony/security": "*", + "symfony/translation": "*", "doctrine/data-fixtures": "*", "twig/extensions": "^1.5" } -- 2.41.0