woocommerce-paypal-payments/modules.local/ppcp-api-client/composer.json
David Remer 779eb31e4e init
2020-04-02 08:38:00 +03:00

13 lines
No EOL
265 B
JSON

{
"name": "inpsyde/ppcp-api-client",
"type": "inpsyde-module",
"require": {
"dhii/module-interface": "0.2.x-dev",
"inpsyde/ppcp-session": "dev-master"
},
"autoload": {
"psr-4": {
"Inpsyde\\PayPalCommerce\\ApiClient\\": "src/"
}
}
}