From 50d45cb37feda65d6b3b1a9541630a6b57f39602 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 20 Oct 2017 13:33:51 -0700 Subject: [PATCH] removes templating as an alias (#219) --- symfony/twig-bundle/3.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/twig-bundle/3.3/manifest.json b/symfony/twig-bundle/3.3/manifest.json index ee5e13b6..eae66242 100644 --- a/symfony/twig-bundle/3.3/manifest.json +++ b/symfony/twig-bundle/3.3/manifest.json @@ -6,5 +6,5 @@ "config/": "%CONFIG_DIR%/", "templates/": "templates/" }, - "aliases": ["twig", "template", "templates", "templating"] + "aliases": ["twig", "template", "templates"] }