mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
17 lines
365 B
JSON
17 lines
365 B
JSON
|
{
|
||
|
"name": "woocommerce/ppcp-settings",
|
||
|
"type": "inpsyde-module",
|
||
|
"description": "Settings module",
|
||
|
"license": "GPL-2.0",
|
||
|
"require": {
|
||
|
"php": "^7.4 | ^8.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"WooCommerce\\PayPalCommerce\\Settings\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"prefer-stable": true
|
||
|
}
|