forked from cryptapi/php-cryptapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 785 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
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
{
"name": "cryptapi/php-cryptapi",
"type": "library",
"description": "CryptAPI's PHP library",
"keywords": ["cryptapi", "crypto", "bitcoin", "litecoin", "ethereum", "bitcoin cash", "monero", "iota", "payments", "cryptocurrencies"],
"homepage": "https://github.com/cryptapi/php-cryptapi",
"license": "MIT",
"authors": [
{
"name": "CryptAPI",
"email": "info@cryptapi.io",
"homepage": "https://cryptapi.io",
"role": "Developer"
}
],
"support": {
"email": "info@cryptapi.io",
"chat": "https://cryptapi.io",
"docs": "https://cryptapi.io/docs/"
},
"require": {
"php": ">=5.6.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"CryptAPI\\": "cryptapi/"
}
},
"version": "1.2.0"
}