-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 954 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 954 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
32
33
34
35
36
37
38
39
40
41
{
"name": "lightwerk/surftasks",
"type": "typo3-flow-package",
"description": "Additional tasks for TYPO3.Surf.",
"license": [
"GPL-3.0+"
],
"homepage": "https://github.com/lightwerk/SurfTasks",
"keywords": [
"TYPO3 Surf",
"Deployment",
"Tasks"
],
"authors": [
{
"name": "Daniel Goerz",
"role": "Developer"
},
{
"name": "Achim Fritz",
"role": "Developer"
},
{
"name": "Lars Malach",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/lightwerk/SurfTasks/issues",
"source": "https://github.com/lightwerk/SurfTasks"
},
"autoload": {
"psr-4": {
"Lightwerk\\SurfTasks\\": "Classes/Lightwerk/SurfTasks"
}
},
"require": {
"neos/flow": "^3.3",
"typo3/surf": "^0.9"
}
}