mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
16 lines
365 B
JSON
16 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
|
|
}
|