mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add package definition to module
This commit is contained in:
parent
b56484e46c
commit
6652ff317f
2 changed files with 17 additions and 17 deletions
17
modules/ppcp-status-report/composer.json
Normal file
17
modules/ppcp-status-report/composer.json
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue