{
    "name": "knpuniversity/oauth2-client-bundle",
    "type": "symfony-bundle",
    "description": "Integration with league/oauth2-client to provide services",
    "keywords": ["oauth", "oauth2"],
    "homepage": "http://knpuniversity.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Ryan Weaver",
            "email": "ryan@knpuniversity.com"
        }
    ],
    "require": {
        "php": " >=5.5.9",
        "symfony/framework-bundle": "^2.7|^3.0|^4.0",
        "symfony/dependency-injection": "^2.8|^3.0|^4.0",
        "symfony/routing": "^2.7|^3.0|^4.0",
        "symfony/http-foundation": "^2.7|^3.0|^4.0",
        "league/oauth2-client": "^1.0|^2.0"
    },
    "autoload": {
        "psr-4": { "KnpU\\OAuth2ClientBundle\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "KnpU\\OAuth2ClientBundle\\Tests\\": "tests/" }
    },
    "require-dev": {
        "league/oauth2-facebook": "^1.1|^2.0",
        "symfony/security-guard": "^2.8|^3.0",
        "phpunit/phpunit": "^4.8.36"
    },
    "suggest": {
        "symfony/security-guard": "For integration with Symfony's Guard Security layer"
    }
}
