-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 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
{
"name": "cryptomkt/magento-plugin",
"description": "Cryptocurrencies payment module using CryptoMarket",
"keywords": ["magento","bitcoin", "bitcoin","ethereum","stellar","lumen","cryptocurrencies"],
"minimum-stability": "stable",
"type": "magento-plugin",
"homepage": "https://github.com/cryptomkt/magento-plugin",
"license": "MIT",
"support": {
"email": "[email protected]",
"issues": "https://github.com/cryptomkt/magento-plugin/issues",
"source": "https://github.com/cryptomkt/magento-plugin"
},
"require": {
"cryptomkt/cryptomkt-curl-php": "dev-master"
},
"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": "0.1-dev"
}
},
"archive": {
"exclude": [
"tests/",
".gitattributes",
".gitignore",
".travis.yml",
"build/",
"build.xml"
]
}
}