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