{ "manifests": { "beelab/recaptcha2-bundle": { "manifest": { "bundles": { "Beelab\\Recaptcha2Bundle\\BeelabRecaptcha2Bundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "env": { "APP_RECAPTCHA_SITE_KEY": "needed", "APP_RECAPTCHA_SECRET": "needed" }, "post-install-output": [ " * Insert sensitive values in your environment values", " * Read documentation at https://github.com/Bee-Lab/BeelabRecaptcha2Bundle/blob/master/docs/index.md" ] }, "files": { "config/packages/beelab_recaptcha2.yaml": { "contents": [ "beelab_recaptcha2:", " site_key: '%env(APP_RECAPTCHA_SITE_KEY)%'", " secret: '%env(APP_RECAPTCHA_SECRET)%'", "" ], "executable": false } }, "ref": "ad714d23c3c754619d9f2e1bd7b621c0d6185165" } } }