{
    "name": "clue/socks-react",
    "description": "Async SOCKS4, SOCKS4a and SOCKS5 proxy client and server implementation, built on top of ReactPHP",
    "keywords": ["socks client", "socks server", "proxy", "tcp tunnel", "socks protocol", "async", "ReactPHP"],
    "homepage": "https://github.com/clue/php-socks-react",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Lück",
            "email": "christian@lueck.tv"
        }
    ],
    "autoload": {
        "psr-4": {"Clue\\React\\Socks\\": "src/"}
    },
    "require": {
        "php": ">=5.3",
        "react/socket": "^1.0 || ^0.8.6",
        "react/promise": "^2.1 || ^1.2",
        "evenement/evenement": "~3.0|~1.0|~2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35",
        "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
        "clue/connection-manager-extra": "^1.0 || ^0.7",
        "clue/block-react": "^1.1"
    }
}
