Files
domokits/local/modules/Paypal/composer.json
2019-11-21 12:25:31 +01:00

20 lines
450 B
JSON

{
"name": "thelia/paypal-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": "Paypal"
}
}