woocommerce-paypal-payments/modules/ppcp-wc-gateway/composer.json
2021-10-08 10:23:19 +03:00

17 lines
423 B
JSON

{
"name": "woocommerce/ppcp-wc-gateway",
"type": "dhii-mod",
"description": "WC gateway module for PPCP",
"license": "GPL-2.0",
"require": {
"php": "^7.1 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\WcGateway\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}