forked from bitpay/zencart-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.19 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
{
"name": "bitpay/zencart",
"description": "BitPay payment plugin for ZenCart",
"type": "zencart-plugin",
"keywords": ["zencart","plugin","payment","ecommerce","bitcoin","bitpay"],
"homepage": "https://github.com/bitpay/zencart-plugin",
"license": "MIT",
"support": {
"email": "[email protected]",
"issues": "https://github.com/bitpay/zencart-plugin/issues",
"source": "https://github.com/bitpay/zencart-plugin"
},
"minimum-stability": "stable",
"authors": [
{
"name": "BitPay Integrations Development Team",
"email": "[email protected]",
"homepage": "https://bitpay.com/integrations"
}
],
"require": {
"php": ">=5.3",
"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"
}
}