forked from iMattPro/passwordstrength
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 872 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 872 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
29
30
31
{
"name": "vse/passwordstrength",
"type": "phpbb-extension",
"description": "An extension for phpBB that will show users how strong (or weak) their password is as they type it into the password field when creating or updating their account.",
"homepage": "https://github.com/VSEphpbb/passwordstrength",
"version": "1.2.2",
"keywords": ["phpbb", "extension", "password", "strength", "zxcvbn"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Matt Friedman",
"homepage": "http://vsephpbb.github.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Password Strength",
"soft-require": {
"phpbb/phpbb": ">=3.1.0"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/password_strength",
"filename": "version_check"
}
}
}