{ "name": "btcpayserver/whmcs", "description": "BTCPay Server payment plugin for WHMCS", "type": "whmcs-plugin", "keywords": ["whmcs","plugin","payment","ecommerce","bitcoin","btcpay","btcpayserver"], "homepage": "https://github.com/btcpayserver/whmcs-plugin", "license": "MIT", "support": { "email": "support@btcpayserver.org", "issues": "https://github.com/btcpayserver/whmcs-plugin/issues", "source": "https://github.com/btcpayserver/whmcs-plugin" }, "minimum-stability": "stable", "authors": [ { "name": "BTCPay Server Integrations Development Team" } ], "require": { "php": ">=7.4", "ext-curl": "*", "ext-json": "*", "composer/installers": "~1.0" }, "require-dev": { "phpmd/phpmd": "*", "phpdocumentor/phpdocumentor": "*", "phing/phing": "*", "pdepend/pdepend" : "1.1.0", "squizlabs/php_codesniffer": "*", "phpunit/phpunit": "*", "phploc/phploc": "*", "phpunit/phpunit-skeleton-generator": "*" }, "config": { "bin-dir": "bin" } }