{
    "name": "uhm-coe/authorizer",
    "description": "Authorizer limits login attempts, restricts access to specified users, and authenticates against external sources (e.g., OAuth2, Google, LDAP, or CAS).",
    "homepage": "https://github.com/uhm-coe/authorizer",
    "type": "project",
    "require": {
        "apereo/phpcas": "^1.3",
        "google/apiclient": "^2.7",
        "jumbojett/openid-connect-php": "^1.0",
        "league/oauth2-client": "^2.6",
        "league/oauth2-github": "^2.0",
        "thenetworg/oauth2-azure": "^2.0"
    },
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Paul Ryan",
            "email": "prar@hawaii.edu"
        }
    ],
    "minimum-stability": "stable",
    "scripts": {
        "post-update-cmd": "Google\\Task\\Composer::cleanup"
    },
    "extra": {
        "comment": "See: https://packagist.org/packages/google/apiclient",
        "google/apiclient-services": [
            "Webfonts"
        ]
    },
    "config": {
        "platform": {
            "php": "7.2.5"
        }
    }
}
