-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.05 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (47 loc) · 1.05 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "derhansen/add_pwd_policy",
"type": "typo3-cms-extension",
"description": "Additional Password Policy validators - Additional password validators for usage in TYPO3 password policies",
"homepage": "https://github.com/derhansen/add_pwd_policy",
"support": {
"docs": "https://github.com/derhansen/add_pwd_policy/blob/main/README.md",
"issues": "https://github.com/derhansen/add_pwd_policy/issues"
},
"authors": [
{
"name": "Torben Hansen",
"email": "derhansen@gmail.com",
"homepage": "https://www.derhansen.com",
"role": "Developer"
}
],
"keywords": [
"TYPO3 CMS",
"security",
"password policy",
"password validators"
],
"license": [
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-core": "^14.3",
"typo3/cms-setup": "^14.3",
"typo3/cms-backend": "^14.3",
"typo3/cms-felogin": "^14.3"
},
"autoload": {
"psr-4": {
"Derhansen\\AddPwdPolicy\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "add_pwd_policy",
"version": "2.0.1",
"Package": {
"providesPackages": []
}
}
}
}