{
    "name": "mpyw/cowitter",
    "type": "library",
    "description" : "Asynchronous Twitter client compatible with mpyw/co Generator-based flows.",
    "license": "MIT",
    "keywords": [
        "Twitter",
        "API",
        "OAuth",
        "streaming",
        "asynchronous",
        "async",
        "paralell",
        "image",
        "video",
        "upload"
    ],
    "authors": [
        {
            "name": "mpyw",
            "email": "ryosuke_i_628@yahoo.co.jp"
        }
    ],
    "require": {
        "php": ">=5.6.0",
        "ext-hash": "*",
        "ext-json": "*",
        "ext-openssl": "*",
        "lib-curl": ">=7.20.0",
        "mpyw/co": "^1.5"
    },
    "require-dev": {
        "php": ">=7.0.0",
        "codeception/aspect-mock": "^2.2",
        "codeception/codeception": "^2.2",
        "codeception/specify": "^0.4.6",
        "satooshi/php-coveralls": "^1.0",
        "mpyw/privator": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "mpyw\\Cowitter\\": "src/"
        }
    }
}
