woocommerce-paypal-payments/modules/ppcp-local-alternative-payment-methods/composer.json
Emili Castells Guasch 7b22040710 Add module boilerplate
2024-08-08 12:43:29 +02:00

17 lines
489 B
JSON

{
"name": "woocommerce/ppcp-local-alternative-payment-methods",
"type": "dhii-mod",
"description": "Country based Alternative Payment Methods module",
"license": "GPL-2.0",
"require": {
"php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}