woocommerce-paypal-payments/modules.local/ppcp-subscription/composer.json
2020-07-28 12:27:42 +03:00

13 lines
No EOL
273 B
JSON

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