From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 20:49:14 +0000 (+0100) Subject: Add missing require on symfony/twig-bundle X-Git-Tag: 0.1~71 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/fac6ab74e961e29533e8928ff89efc3ab93e8791?ds=sidebyside Add missing require on symfony/twig-bundle --- diff --git a/composer.json b/composer.json index 1e05c10..a115562 100644 --- a/composer.json +++ b/composer.json @@ -118,6 +118,7 @@ "symfony/routing": "*", "symfony/security": "*", "symfony/translation": "*", + "symfony/twig-bundle": "*", "doctrine/data-fixtures": "*", "twig/extensions": "^1.5" }