woocommerce-paypal-payments/modules/ppcp-wc-payment-tokens/composer.json
2026-04-07 14:43:19 +02:00

16 lines
393 B
JSON

{
"name": "woocommerce/ppcp-wc-payment-tokens",
"type": "dhii-mod",
"description": "WC Payment Tokens module for PPCP",
"license": "GPL-2.0",
"require": {
"php": "^7.4 | ^8.0"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\WcPaymentTokens\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}