mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
48 lines
1.8 KiB
JSON
48 lines
1.8 KiB
JSON
{
|
|
"locks": {
|
|
"karser/karser-recaptcha3-bundle": {
|
|
"version": "0.1",
|
|
"recipe": {
|
|
"repo": "0.1",
|
|
"branch": "master",
|
|
"version": "0.1",
|
|
"ref": "c51ce07c10331d506762efe25b6f5843c1a5ea17"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"karser/karser-recaptcha3-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "karser/karser-recaptcha3-bundle",
|
|
"version": "0.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Get your API key and secret from https://g.co/recaptcha/v3",
|
|
"RECAPTCHA3_KEY": "my_site_key",
|
|
"RECAPTCHA3_SECRET": "my_secret"
|
|
},
|
|
"post-install-output": [
|
|
" * <fg=blue>Make sure</> you have proper values in your .env file",
|
|
" * <fg=blue>Read</> the documentation at <comment>https://github.com/karser/KarserRecaptcha3Bundle</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/karser_recaptcha3.yaml": {
|
|
"contents": "karser_recaptcha3:\n site_key: '%env(RECAPTCHA3_KEY)%'\n secret_key: '%env(RECAPTCHA3_SECRET)%'\n score_threshold: 0.5\n enabled: true\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "karser/karser-recaptcha3-bundle:0.1@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |