forked from dominik-th/matomo-plugin-LoginOIDC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
27 lines (27 loc) · 907 Bytes
/
plugin.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
{
"name": "LoginOIDC",
"version": "4.1.2",
"description": "Adds support for integrating external authentication services",
"keywords": ["authentication", "login", "oauth", "openid", "connect", "sso"],
"license": "GPL v3+",
"homepage": "https://github.com/dominik-th/matomo-plugin-LoginOIDC",
"authors": [
{
"name": "Dominik Thiemermann",
"email": "hello@dthiemermann.org",
"homepage": "https://www.dthiemermann.org"
}
],
"require": {
"piwik": ">=4.0.0-b1,<5.0.0-b1",
"php": ">=7.0.0"
},
"donate": {
"paypal": "matomo-loginoidc@dthiemermann.org"
},
"support": {
"email": "matomo-loginoidc@dthiemermann.org",
"issues": "https://github.com/dominik-th/matomo-plugin-LoginOIDC/issues",
"source": "https://github.com/dominik-th/matomo-plugin-LoginOIDC"
}
}