woocommerce-paypal-payments/modules/ppcp-paylater-wc-blocks/composer.json

17 lines
456 B
JSON

{
"name": "woocommerce/ppcp-paylater-wc-blocks",
"type": "dhii-mod",
"description": "Pay Later WooCommerce Blocks module for PPCP",
"license": "GPL-2.0",
"require": {
"php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\PayLaterWCBlocks\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}