From 372e4fce44a87070d0db0ee5354d8b618eebf23f Mon Sep 17 00:00:00 2001 From: "Javi H. Gil" Date: Sat, 13 Jul 2024 11:42:33 +0200 Subject: [PATCH] Add softspring twig-extra-bundle (#1643) * Add softspring twig-extra-bundle * Add postinstall --- softspring/twig-extra-bundle/5.2/manifest.json | 5 +++++ softspring/twig-extra-bundle/5.2/post-install.txt | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 softspring/twig-extra-bundle/5.2/manifest.json create mode 100644 softspring/twig-extra-bundle/5.2/post-install.txt diff --git a/softspring/twig-extra-bundle/5.2/manifest.json b/softspring/twig-extra-bundle/5.2/manifest.json new file mode 100644 index 00000000..0b56d183 --- /dev/null +++ b/softspring/twig-extra-bundle/5.2/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Softspring\\TwigExtraBundle\\SfsTwigExtraBundle": ["all"] + } +} diff --git a/softspring/twig-extra-bundle/5.2/post-install.txt b/softspring/twig-extra-bundle/5.2/post-install.txt new file mode 100644 index 00000000..8c92b307 --- /dev/null +++ b/softspring/twig-extra-bundle/5.2/post-install.txt @@ -0,0 +1,2 @@ + * The SfsTwigExtraBundle is ready to use. + * Read the documentation at https://github.com/softspring/twig-extra-bundle/blob/5.2/README.md