forked from cryptapi/php-cryptapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 835 Bytes
/
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
{
"name": "cryptapi/php-cryptapi",
"type": "library",
"description": "CryptAPI's PHP library",
"keywords": ["cryptapi", "crypto", "bitcoin", "litecoin", "ethereum", "bitcoin cash", "monero", "iota", "payments", "cryptocurrencies", "cryptapi pro"],
"homepage": "https://github.com/cryptapi/php-cryptapi",
"license": "MIT",
"authors": [
{
"name": "CryptAPI",
"email": "[email protected]",
"homepage": "https://cryptapi.io",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"chat": "https://cryptapi.io",
"docs": "https://cryptapi.io/docs/"
},
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"CryptAPI\\": "CryptAPI/"
}
},
"version": "1.6.1"
}