Files
le-matelot/local/modules/PayPal/composer.json
2020-01-27 08:56:08 +01:00

14 lines
274 B
JSON

{
"name": "your-vendor/pay-pal-module",
"license": "LGPL-3.0+",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1",
"paypal/rest-api-sdk-php": "1.7.1",
"wazaari/monolog-mysql": "1.0.3"
},
"extra": {
"installer-name": "PayPal"
}
}