{
    "name": "adamwathan/eloquent-oauth-l4",
    "description": "Stupid simple OAuth authentication with Laravel and Eloquent",
    "authors": [
    {
        "name": "Adam Wathan",
        "email": "adam.wathan@gmail.com"
    }
    ],
    "license": "MIT",
    "require": {
        "php": ">=5.5.0",
        "adamwathan/eloquent-oauth": "^8.0",
        "guzzlehttp/guzzle": "^6.0"
    },
    "autoload": {
        "psr-0": {
            "AdamWathan\\EloquentOAuthL4\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8"
    }
}
