woocommerce-paypal-payments/modules/ppcp-fraud-protection/composer.json
2025-10-16 10:12:36 +03:00

16 lines
388 B
JSON

{
"name": "woocommerce/ppcp-fraud-protection",
"type": "inpsyde-module",
"description": "Fraud protection module",
"license": "GPL-2.0",
"require": {
"php": "^7.4 | ^8.0"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\FraudProtection\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}