Add support for the Twig extra bundle

This commit is contained in:
Fabien Potencier
2019-10-17 07:49:21 +02:00
parent 5898a0febe
commit 0c43f319e0
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -5,6 +5,5 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"templates/": "templates/"
},
"aliases": ["twig", "template", "templates"]
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"aliases": ["twig", "template", "templates"]
}