{
    "name": "wapmorgan/binary-stream",
    "description": "A handy tool for working with binary data",
    "keywords": ["binary", "binary-data", "reader", "writer"],
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "wapmorgan\\BinaryStream\\": "src/"
        }
    },
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.8.35"
    }
}
