From 82b5aee4247aae3f0ac904ff460a0428f466acd1 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 8 Apr 2020 18:12:26 +0200 Subject: [PATCH] Create manifest.json --- mael/recaptcha-bundle/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mael/recaptcha-bundle/manifest.json diff --git a/mael/recaptcha-bundle/manifest.json b/mael/recaptcha-bundle/manifest.json new file mode 100644 index 00000000..37560613 --- /dev/null +++ b/mael/recaptcha-bundle/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}