From 0c43f319e0467eb5c9fa3296c0233e57a8471746 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 17 Oct 2019 07:49:21 +0200 Subject: [PATCH] Add support for the Twig extra bundle --- symfony/twig-bundle/3.3/manifest.json | 3 +-- symfony/twig-pack/1.0/manifest.json | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 symfony/twig-pack/1.0/manifest.json 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"] +}