Files
aux-bieaux-legumes/local/modules/CustomerFamily/composer.json

13 lines
280 B
JSON

{
"name": "thelia/customer-family-module",
"type": "thelia-module",
"license": "LGPL V3",
"description": "For creating customer families",
"require": {
"thelia/installer": "~1.0"
},
"extra": {
"installer-name": "CustomerFamily"
}
}