blob: 560701f5091a152204d0261b631711668b9b3c3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "stephenhill/base58",
"description": "Base58 Encoding and Decoding Library for PHP",
"require-dev": {
"phpunit/phpunit": "4.*",
"athletic/athletic": "~0.1"
},
"license": "MIT",
"authors": [
{
"name": "Stephen Hill",
"email": "stephen@gatekiller.co.uk"
}
],
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"StephenHill\\": "src/",
"StephenHill\\Benchmarks\\": "benchmarks/"
}
}
}
|