magento-plugin/composer.json

48 lines
1.3 KiB
JSON

{
"name": "bitpay/magento-plugin",
"description": "Bitcoin payment module using the bitpay.com service",
"keywords": ["magento","bitcoin", "bitcoin cash"],
"minimum-stability": "stable",
"type": "magento-plugin",
"homepage": "https://github.com/bitpay/magento-plugin",
"license": "MIT",
"support": {
"email": "support@bitpay.com",
"issues": "https://github.com/bitpay/magento-plugin/issues",
"source": "https://github.com/bitpay/magento-plugin"
},
"require": {
"bitpay/php-client": "~2.2"
},
"require-dev": {
"symfony/finder": "~2.3",
"symfony/process": "~2.3",
"phpmd/phpmd": "~2.1",
"phpdocumentor/phpdocumentor": "~2.7",
"daedalus/daedalus": "~1.0@dev",
"pdepend/pdepend" : "~2.0",
"squizlabs/php_codesniffer": "~1.5",
"phpunit/phpunit": "~3.7",
"phploc/phploc": "~2.0",
"fzaninotto/faker": "~1.3"
},
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"archive": {
"exclude": [
"tests/",
".gitattributes",
".gitignore",
".travis.yml",
"build/",
"build.xml"
]
}
}