woocommerce-paypal-payments/modules/ppcp-status-report/composer.json

18 lines
432 B
JSON
Raw Normal View History

2021-08-26 17:17:39 +02:00
{
"name": "woocommerce/ppcp-status-report",
"type": "dhii-mod",
"description": "Status report module for PPCP",
"license": "GPL-2.0",
"require": {
2022-11-09 16:00:15 +02:00
"php": "^7.2 | ^8.0",
2021-08-26 17:17:39 +02:00
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\StatusReport\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}