mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
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 <vic301202@gmail.com>
This commit is contained in:
co-authored by
prudhomme victor
parent
78fdab2368
commit
42daffee82
@@ -0,0 +1,3 @@
|
||||
recaptcha:
|
||||
google_site_key: '%env(GOOGLE_RECAPTCHA_SITE_KEY)%'
|
||||
google_secret_key: '%env(GOOGLE_RECAPTCHA_SECRET_KEY)%'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"VictorPrdh\\RecaptchaBundle\\RecaptchaBundle": ["all"]
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_RECAPTCHA_SITE_KEY": "",
|
||||
"GOOGLE_RECAPTCHA_SECRET_KEY": ""
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user