mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:36:38 +08:00
13 lines
280 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|