-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 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
{
"name": "lightwerk/surfrunner",
"type": "typo3-flow-package",
"description": "SurfRunner executes Surf Deployments with JSON configurations.",
"license": [
"GPL-3.0+"
],
"homepage": "https://github.com/lightwerk/SurfRunner",
"keywords": [
"TYPO3 Surf",
"Deployment",
"Command Line Interface"
],
"authors": [
{
"name": "Daniel Goerz",
"role": "Developer"
},
{
"name": "Achim Fritz",
"role": "Developer"
},
{
"name": "Lars Malach",
"role": "Developer"
}
],
"require": {
"lightwerk/surftasks": "*",
"lightwerk/surfcaptain": "*",
"neos/flow": "^3.3",
"typo3/surf": "^0.9"
},
"support": {
"issues": "https://github.com/lightwerk/SurfRunner/issues",
"source": "https://github.com/lightwerk/SurfRunner"
},
"autoload": {
"psr-4": {
"Lightwerk\\SurfRunner\\": "Classes/Lightwerk/SurfRunner/"
}
}
}