-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
30 lines (30 loc) · 834 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
28
29
30
{
"name": "PasswordPolicyEnforcer",
"version": "2.0.2",
"description": "Adds a possibility to enforce Password Policy test.",
"theme": false,
"keywords": [
"password policy",
"password",
"security"
],
"homepage": "https://github.com/simivar/matomo-password-policy-enforcer",
"license": "MIT",
"require": {
"matomo": ">=4.0.0-b1,<6.0.0-b1",
"php": ">=7.2.5"
},
"matomo": ">=4.0.0-b1,<6.0.0-b1",
"support": {
"issues": "https://github.com/simivar/matomo-password-policy-enforcer/issues",
"source": "https://github.com/simivar/matomo-password-policy-enforcer",
"wiki": "https://github.com/simivar/matomo-password-policy-enforcer/wiki"
},
"authors": [
{
"name": "Simivar",
"email": "simivar@gmail.com",
"homepage": "https://github.com/simivar"
}
]
}