{
    "name": "kelunik/streaming-base64",
    "description": "On the fly Base64 encoding for Amp's streams.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Niklas Keller",
            "email": "me@kelunik.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Kelunik\\StreamingBase64\\": "src"
        }
    },
    "require": {
        "amphp/byte-stream": "^1.1",
        "amphp/phpunit-util": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^6",
        "friendsofphp/php-cs-fixer": "^2.3"
    }
}