forked from jaafit/bitpayMagento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.36 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bitpay/magento-plugin",
"description": "Bitcoin payment module using the bitpay.com service",
"keywords": ["magento","bitcoin"],
"minimum-stability": "stable",
"type": "magento-plugin",
"homepage": "https://github.com/bitpay/magento-plugin",
"license": "MIT",
"support": {
"email": "[email protected]",
"issues": "https://github.com/bitpay/magento-plugin/issues",
"source": "https://github.com/bitpay/magento-plugin"
},
"require": {
"composer/installers": "~1.0",
"bitpay/php-client": "dev-master#9027ce67e4b28516ff1ebd1046bdd15c37a7a59f"
},
"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"
]
}
}