aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/stephenhill/base58/composer.json
blob: 560701f5091a152204d0261b631711668b9b3c3e (plain) (tree)























                                                                  
{
    "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/"
        }
    }
}