{
    "name": "wyrihaximus/react-guzzle-http-client",
    "description": "Asynchronous adapter for different Guzzle versions powered by react/http-client",
    "license": "MIT",
    "authors": [
        {
            "name": "Cees-Jan Kiewiet",
            "email": "ceesjank@gmail.com",
            "homepage": "http://wyrihaximus.net/"
        }
    ],
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/claudiosdc/reactphp-buzz.git"
        }
    ],
    "require": {
        "php": "^5.4|^7.0",
        "clue/buzz-react": "dev-decode-content",
        "clue/http-proxy-react": "^1.2",
        "clue/socks-react": "^1.0.0",
        "guzzlehttp/psr7": "^1.0",
        "psr/http-message": "^1.0",
        "wyrihaximus/ticking-promise": "^1.6"
    },
    "require-dev": {
        "clue/block-react": "^1.1",
        "phake/phake": "~1.0.6",
        "phpunit/phpunit": "^5.0 || ^4.8",
        "squizlabs/php_codesniffer": "~3.4.0",
        "vectorface/dunit": "~2"
    },
    "autoload": {
        "psr-4": {
            "WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "WyriHaximus\\React\\Tests\\Guzzle\\HttpClient\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "5.4"
        }
    }
}
