From 279a87c1d03a1e7c390bd1f31129fa2a68b1a36a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 21:48:27 +0100 Subject: [PATCH] Add twig-bundle requires --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f08a340..fcc4fa4 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "symfony/routing": "*", "symfony/security": "*", "symfony/translation": "*", + "symfony/twig-bundle": "*", "doctrine/data-fixtures": "*", "twig/extensions": "^1.5" }, -- 2.41.0