{
    "name": "bshaffer/oauth2-server-bundle",
    "type": "symfony-bundle",
    "description": "Symfony OAuth2ServerBundle",
    "keywords": ["oauth", "oauth2", "security"],
    "homepage": "http://github.com/bshaffer/oauth2-server-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Brent Shaffer",
            "email": "bshafs@gmail.com"
        }
    ],
    "minimum-stability":"dev",
    "require": {
        "php": ">=5.3.0",
        "bshaffer/oauth2-server-php": ">=1.0",
        "bshaffer/oauth2-server-httpfoundation-bridge": ">=1.0"
    },
    "require-dev": {
        "symfony/symfony":                  "2.5.*",
        "doctrine/orm":                     "2.4.*"
    },
    "autoload": {
        "psr-0": { "OAuth2\\ServerBundle": "" }
    },
    "target-dir": "OAuth2/ServerBundle"
}
