{
    "name": "devristo/phpws",
    "description": "WebSocket Server and Client library for PHP",
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "Devristo",
            "email": "chris@devristo.com"
        }
    ],
    "autoload": {
        "psr-0": {
            "Devristo\\Phpws\\": "src/"
        }
    },
    "require": {
        "zendframework/zend-log": "2.*",
        "react/socket": "0.4.*",
        "react/stream": "0.4.*",
        "react/socket-client": "0.4.*",
        "zendframework/zend-http": "2.*"
    }
}
