woocommerce-paypal-payments/modules.local/woocommerce-logging/composer.json
2020-07-01 13:03:21 +03:00

13 lines
280 B
JSON

{
"name": "inpsyde/woocommerce-logging",
"type": "inpsyde-module",
"require": {
"dhii/module-interface": "0.2.x-dev",
"psr/log": "^1.1"
},
"autoload": {
"psr-4": {
"Inpsyde\\Woocommerce\\Logging\\": "src/"
}
}
}