woocommerce-paypal-payments/modules/ppcp-settings/composer.json

17 lines
365 B
JSON
Raw Normal View History

2024-10-18 17:17:07 +02:00
{
"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
}