removes templating as an alias (#219)

This commit is contained in:
Fabien Potencier
2017-10-20 13:33:51 -07:00
committed by Symfony
parent 0636f0e8bb
commit 50d45cb37f
+1 -1
View File
@@ -6,5 +6,5 @@
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"aliases": ["twig", "template", "templates", "templating"]
"aliases": ["twig", "template", "templates"]
}