This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
composer.json
executable file
·53 lines (53 loc) · 1.56 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
49
50
51
52
53
{
"name": "bitpay/opencart-plugin",
"description": "BitPay Payment Method for OpenCart",
"version": "2.2.1",
"type": "opencart-extension",
"keywords": ["bitcoin", "bitpay", "opencart", "payment", "btc", "xbt"],
"homepage": "https://github.com/bitpay/opencart-plugin",
"license": "MIT",
"authors": [
{
"name": "BitPay, Inc.",
"homepage": "https://bitpay.com"
}
],
"support": {
"email": "support@bitpay.com",
"issues": "https://github.com/bitpay/opencart-plugin/issues"
},
"repositories": [
{
"type": "package",
"package": {
"name": "opencart/opencart",
"version": "2.0.0.0",
"dist": {
"url": "https://github.com/opencart/opencart/archive/2.0.0.0.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/opencart/opencart",
"type": "git",
"reference": "7911c76c43e29ddc1e4168f36dff6a0be6179719"
}
}
}
],
"require": {
"php" : ">=5.4.0",
"bitpay/php-client": "~2.2"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"squizlabs/php_codesniffer": "2.*",
"codegyre/robo": "*",
"opencart/opencart" : "2.0.0.0",
"vlucas/phpdotenv": "~1.1.0"
},
"minimum-stability": "stable",
"config": {
"bin-dir": "bin/",
"preferred-install": "source"
}
}