-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.13 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
{
"name": "greenarmor/phpi-sdk",
"description": "PHP Pi Horizon client library",
"keywords": [
"pi",
"pi-network",
"pi-horizon",
"php",
"pi-sdk",
"pi-api",
"pi-blockchain",
"pi-cryptocurrency"
],
"homepage": "https://github.com/greenarmor/phpi-sdk",
"type": "library",
"license": "MIT",
"authors": [{
"name": "greenarmor",
"email": "[email protected]"
}],
"support": {
"issues": "https://github.com/greenarmor/phpi-sdk/issues",
"source": "https://github.com/greenarmor/phpi-sdk"
},
"autoload": {
"psr-4": {
"PiSdk\\Api\\": "src/",
"PiSdk\\Api\\Test\\": "tests/"
}
},
"require": {
"guzzlehttp/guzzle": "^7.3",
"christian-riesen/base32": "^1.6",
"paragonie/sodium_compat": "^1.0",
"phpseclib/phpseclib": "^3.0",
"symfony/filesystem": "^5.0",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.0",
"phpunit/php-code-coverage": "^9.0"
}
}