Files
sterivein/local/modules/PurgeFakeCustomer/composer.json

11 lines
218 B
JSON

{
"name": "your-vendor/purge-fake-customer-module",
"license": "LGPL-3.0+",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "PurgeFakeCustomer"
}
}