-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (53 loc) · 1.44 KB
/
composer.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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": "decentfoundation/dcorephp-sdk",
"version": "2.6.0",
"description": "DCore PHP SDK library",
"type": "library",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Tomas Tibensky",
"email": "tomas.tibensky@touch4it.com"
},
{
"name": "Matej Vilk",
"email": "matej.vilk@touch4it.com"
},
{
"name": "Peter Vanderka",
"email": "peter.vanderka@decent.ch"
}
],
"autoload": {
"psr-4": {
"DCorePHP\\": "src",
"DCorePHPTests\\": "tests"
}
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-gmp": "*",
"ext-openssl": "*",
"symfony/property-access": "^3.4",
"textalk/websocket": "1.2.0",
"stephenhill/base58": "1.1.4",
"kornrunner/secp256k1": "^0.1.1",
"bitcoin-php/bitcoin-ecdsa": "1.3.4",
"symfony/validator": "^4.2",
"symfony/process": "^4.2",
"codacy/coverage": "^1.4",
"symfony/serializer": "^4.3",
"symfony/property-info": "^4.3",
"doctrine/annotations": "1.6.1"
},
"require-dev": {
"phpunit/phpunit": "^7",
"symfony/var-dumper": "^3.4",
"squizlabs/php_codesniffer": "3.4.0",
"friendsofphp/php-cs-fixer": "3.0.x-dev",
"phpmd/phpmd": "2.6.0"
}
}