Upgrade to 1.0

This commit is contained in:
Mael
2020-05-24 00:24:20 +02:00
committed by GitHub
parent ba348a2672
commit b563855b49
+12
View File
@@ -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"
}
}