Add package definition to module

This commit is contained in:
Anton Ukhanev 2021-08-26 17:17:39 +02:00
parent b56484e46c
commit 6652ff317f
2 changed files with 17 additions and 17 deletions

View file

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