-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 878 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": "blockbee/php-blockbee",
"type": "library",
"description": "BlockBee's PHP library",
"keywords": ["crypto", "bitcoin", "litecoin", "ethereum", "bitcoin cash", "polygon", "avalanche-c", "payments", "cryptocurrencies", "polygon", "tron", "binance smart chain", "erc20", "bep20"],
"homepage": "https://github.com/blockbee-io/php-blockbee",
"license": "MIT",
"authors": [
{
"name": "BlockBee",
"email": "[email protected]",
"homepage": "https://blockbee.io",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"chat": "https://blockbee.io",
"docs": "https://docs.blockbee.io/"
},
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"BlockBee\\": "BlockBee/"
}
},
"version": "2.1.2"
}