Rajout du module ReCaptcha

This commit is contained in:
2021-02-09 15:09:14 +01:00
parent de56924f04
commit aa4a44aea7
22 changed files with 713 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "thelia/re-captcha-module",
"license": "LGPL-3.0+",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "ReCaptcha"
}
}