{
    "name": "nticaric/twitter-streaming-api",
    "description": "A PHP library for consuming Twitter’s Streaming API",
    "homepage": "https://github.com/nticaric/twitter-streaming-api",
    "license": "The MIT License (MIT)",
    "type": "library",
    "authors": [
        {
            "name": "Nenad Ticaric",
            "email": "nticaric@gmail.com"
        }
    ],
	"require": {
        "php": ">=5.4.0",
        "nesbot/carbon": "~1.0",
        "guzzlehttp/guzzle": "^6.0",
        "guzzlehttp/oauth-subscriber": "0.3.*"
    },
    "require-dev": {
        "mockery/mockery": "~0.9",
        "phpunit/phpunit": "~4.0"
    },
    "autoload": {
        "psr-4": {
            "Nticaric\\Twitter\\": "src/"
        }
    }
}