mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
17 lines
424 B
JSON
17 lines
424 B
JSON
{
|
|
"name": "woocommerce/ppcp-onboarding",
|
|
"type": "dhii-mod",
|
|
"description": "Onboarding module for PPCP",
|
|
"license": "GPL-2.0",
|
|
"require": {
|
|
"php": "^7.4 | ^8.0",
|
|
"dhii/module-interface": "^0.3.0-alpha1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WooCommerce\\PayPalCommerce\\Onboarding\\": "src"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|