woocommerce-paypal-payments/modules/ppcp-local-alternative-payment-methods/composer.json

18 lines
489 B
JSON
Raw Normal View History

2024-08-08 12:43:29 +02:00
{
"name": "woocommerce/ppcp-local-alternative-payment-methods",
"type": "dhii-mod",
"description": "Country based Alternative Payment Methods module",
"license": "GPL-2.0",
"require": {
2024-09-03 09:07:12 +03:00
"php": "^7.4 | ^8.0",
2024-08-08 12:43:29 +02:00
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}