diff --git a/symfony/twig-bundle/3.3/manifest.json b/symfony/twig-bundle/3.3/manifest.json index eae66242..30d5643b 100644 --- a/symfony/twig-bundle/3.3/manifest.json +++ b/symfony/twig-bundle/3.3/manifest.json @@ -5,6 +5,5 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" - }, - "aliases": ["twig", "template", "templates"] + } } diff --git a/symfony/twig-pack/1.0/manifest.json b/symfony/twig-pack/1.0/manifest.json new file mode 100644 index 00000000..60453f68 --- /dev/null +++ b/symfony/twig-pack/1.0/manifest.json @@ -0,0 +1,3 @@ +{ + "aliases": ["twig", "template", "templates"] +}