-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 780 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 780 Bytes
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
{
"name": "ojathelonius/oidc",
"type": "phpbb-extension",
"description": "phpBB OpenID Connect plugin",
"version": "0.1.0",
"homepage": "https://github.com/ojathelonius/phpbb-oidc",
"license": "GPL-2.0",
"keywords": ["phpbb", "extension", "openid", "oidc", "sso"],
"authors": [
{
"name": "Louis JOHANET",
"email": "louis@johanet.fr",
"homepage": "https://github.com/ojathelonius/",
"role": "Developer"
}
],
"require": {
"jumbojett/openid-connect-php": "^0.7.0",
"php": ">=5.4.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "phpBB OIDC auth",
"soft-require": {
"phpbb/phpbb": "~3.2"
}
}
}