-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.06 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
{
"name": "lightwerk/surfcaptain",
"type": "typo3-flow-package",
"description": "SurfCaptain is a web front-end for TYPO3 Surf.",
"license": [
"GPL-3.0+"
],
"homepage": "https://github.com/lightwerk/SurfCaptain",
"keywords": [
"TYPO3 Surf",
"Deployment"
],
"authors": [
{
"name": "Daniel Goerz",
"role": "Developer"
},
{
"name": "Achim Fritz",
"role": "Developer"
},
{
"name": "Lars Malach",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/lightwerk/SurfCaptain/issues",
"source": "https://github.com/lightwerk/SurfCaptain"
},
"autoload": {
"psr-4": {
"Lightwerk\\SurfCaptain\\": "Classes/Lightwerk/SurfCaptain"
}
},
"require": {
"neos/flow": "^3.3",
"neos/setup": "^3.0",
"typo3/surf": "^0.9"
},
"extra": {
"typo3/flow": {
"manage-resources": true
}
}
}