Files
apart-moment/local/modules/CmCIC/composer.json
2021-03-23 13:54:38 +01:00

19 lines
447 B
JSON

{
"name": "thelia/cmcic-module",
"type": "thelia-module",
"license": "LGPL V3",
"description": "Paypal module for Thelia ecommerce solution",
"authors": [
{
"name": "Thelia",
"email": "info@thelia.net",
"homepage": "https://github.com/thelia-modules"
}
],
"require": {
"thelia/installer": "~1.0"
},
"extra": {
"installer-name": "CmCIC"
}
}