woocommerce-paypal-payments/modules/ppcp-status-report/composer.json
2022-11-09 16:00:15 +02:00

17 lines
432 B
JSON

{
"name": "woocommerce/ppcp-status-report",
"type": "dhii-mod",
"description": "Status report module for PPCP",
"license": "GPL-2.0",
"require": {
"php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\StatusReport\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}