mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 04:58:28 +08:00
18 lines
435 B
JSON
18 lines
435 B
JSON
|
{
|
||
|
"name": "woocommerce/ppcp-card-fields",
|
||
|
"type": "dhii-mod",
|
||
|
"description": "Advanced Checkout Card Fields module",
|
||
|
"license": "GPL-2.0",
|
||
|
"require": {
|
||
|
"php": "^7.2 | ^8.0",
|
||
|
"dhii/module-interface": "^0.3.0-alpha1"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"WooCommerce\\PayPalCommerce\\CardFields\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"prefer-stable": true
|
||
|
}
|