14 lines
274 B
JSON
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"
|
|
}
|
|
}
|