-
Notifications
You must be signed in to change notification settings - Fork 39
/
composer.json
35 lines (35 loc) · 1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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",
"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": "[email protected]"
}
],
"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"
}
}
}