-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
66 lines (66 loc) · 1.86 KB
/
composer.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "slub/digas-fe-management",
"type": "typo3-cms-extension",
"description": "TYPO3 extension for the DiGA.Sax frontend user management.",
"homepage": "https://github.com/slub/digas-fe-management",
"keywords": [
"TYPO3",
"extension",
"frontend user"
],
"authors": [
{
"name": "Alexander Bigga",
"email": "[email protected]",
"homepage": "https://www.slub-dresden.de",
"role": "Developer"
},
{
"name": "Stephan Gonder",
"email": "[email protected]",
"homepage": "https://www.sandstein.de",
"role": "Developer"
},
{
"name": "Felix Franz",
"email": "[email protected]",
"homepage": "https://www.sandstein.de",
"role": "Developer"
},
{
"name": "Beatrycze Volk",
"email": "[email protected]",
"homepage": "https://www.slub-dresden.de",
"role": "Developer"
}
],
"license": "GPL-3.0-or-later",
"require": {
"typo3/cms-core": "^10.4|^11.5",
"in2code/femanager": "^7.2",
"derhansen/fe_change_pwd": "^3.1"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"typo3/cms-backend": "^10.4|^11.5",
"typo3/cms-fluid": "^10.4|^11.5",
"typo3/cms-fluid-styled-content": "^10.4|^11.5",
"typo3/cms-frontend": "^10.4|^11.5"
},
"autoload": {
"psr-4": {
"Slub\\DigasFeManagement\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "digas_fe_management"
}
},
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
}
}