diff --git a/mael/recaptcha-bundle/1.0/manifest.json b/mael/recaptcha-bundle/1.0/manifest.json new file mode 100644 index 00000000..4b091f6a --- /dev/null +++ b/mael/recaptcha-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Mael\\MaelRecaptchaBundle\\MaelRecaptchaBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MAEL_RECAPTCHA_KEY": "YOUR_RECAPTCHA_KEY", + "MAEL_RECAPTCHA_SECRET": "YOUR_RECAPTCHA_SECRET" + } +}