Files
outil-82/local/modules/PayPal/composer.json

15 lines
333 B
JSON

{
"name": "thelia/paypal-module",
"description": "PayPal module for Thelia ecommerce solution ",
"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"
}
}