41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "bitpay/whmcs",
|
|
"description": "BitPay payment plugin for WHMCS",
|
|
"type": "whmcs-plugin",
|
|
"keywords": ["whmcs","plugin","payment","ecommerce","bitcoin","bitpay"],
|
|
"homepage": "https://github.com/bitpay/whmcs-plugin",
|
|
"license": "MIT",
|
|
"support": {
|
|
"email": "support@bitpay.com",
|
|
"issues": "https://github.com/bitpay/whmcs-plugin/issues",
|
|
"source": "https://github.com/bitpay/whmcs-plugin"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"authors": [
|
|
{
|
|
"name": "BitPay Integrations Development Team",
|
|
"email": "integrations@bitpay.com",
|
|
"homepage": "https://bitpay.com/integrations"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.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"
|
|
}
|
|
}
|