magento-plugin/composer.json

46 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "bitpay/magento-plugin",
"description": "Bitcoin payment module using the bitpay.com service",
"keywords": ["magento","bitcoin"],
"minimum-stability": "dev",
"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": {
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "*",
"phpunit/phpunit": "*",
"satooshi/php-coveralls": "*",
"n98/magerun": "*"
},
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "6.0.x-dev"
}
},
"archive": {
"exclude": [
"tests/",
".coveralls.yml",
".gitattributes",
".gitignore",
".scrutinizer.yml",
".travis.yml",
"build.properties",
"build.xml",
"phpunit.xml.dist",
"travis.properties"
]
}
}