Files
domokits-NEW/domokits/local/modules/ResetPassword/composer.json

13 lines
290 B
JSON
Executable File

{
"name": "thelia/reset-password-module",
"description": "Change Thelia lost password behaviour to be a reset link",
"license": "LGPL-3.0-or-later",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "ResetPassword"
}
}