From 42daffee8268bf7a5d0037dada2dbe0f69a3cf57 Mon Sep 17 00:00:00 2001 From: Victor <61290725+victor-prdh@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:12:39 +0200 Subject: [PATCH] create recipe for the victor-prdh/recaptcha-bundle (#1376) * create recipe for the victor-prdh/recaptcha-bundle * Corrections of test error * Minimum version set to 1.2 * set min version to 1.3.0 * set min version to 1.4.0 * set min version to 1.5.0 Co-authored-by: prudhomme victor --- .../1.5/config/packages/recaptcha.yaml | 3 +++ victor-prdh/recaptcha-bundle/1.5/manifest.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 victor-prdh/recaptcha-bundle/1.5/config/packages/recaptcha.yaml create mode 100644 victor-prdh/recaptcha-bundle/1.5/manifest.json diff --git a/victor-prdh/recaptcha-bundle/1.5/config/packages/recaptcha.yaml b/victor-prdh/recaptcha-bundle/1.5/config/packages/recaptcha.yaml new file mode 100644 index 00000000..44641e77 --- /dev/null +++ b/victor-prdh/recaptcha-bundle/1.5/config/packages/recaptcha.yaml @@ -0,0 +1,3 @@ +recaptcha: + google_site_key: '%env(GOOGLE_RECAPTCHA_SITE_KEY)%' + google_secret_key: '%env(GOOGLE_RECAPTCHA_SECRET_KEY)%' diff --git a/victor-prdh/recaptcha-bundle/1.5/manifest.json b/victor-prdh/recaptcha-bundle/1.5/manifest.json new file mode 100644 index 00000000..ea197730 --- /dev/null +++ b/victor-prdh/recaptcha-bundle/1.5/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "VictorPrdh\\RecaptchaBundle\\RecaptchaBundle": ["all"] + }, + "env": { + "GOOGLE_RECAPTCHA_SITE_KEY": "", + "GOOGLE_RECAPTCHA_SECRET_KEY": "" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}