forked from deployphp/recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.41 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
{
"name": "deployer/recipes",
"description": "3rd party deployer recipes",
"type": "library",
"keywords": [
"deployer",
"recipes",
"deploy",
"deployment",
"cachetool",
"newrelic",
"slack"
],
"homepage": "https://github.com/deployphp/recipes",
"license": "MIT",
"authors": [
{
"name": "Samuel Gordalina",
"email": "[email protected]",
"homepage": "https://gordalina.com",
"role": "Maintainer"
},
{
"name": "Tomas Majer",
"email": "[email protected]",
"homepage": "http://tomaj.sk",
"role": "Contributor"
},
{
"name": "Hubert Kowalski",
"email": "[email protected]",
"homepage": "https://hakger.pl",
"role": "Contributor"
},
{
"name": "Anton Medvedev",
"email": "[email protected]",
"homepage": "http://medv.io",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/deployphp/recipes/issues",
"forum": "https://gitter.im/elfet/deployer",
"source": "https://github.com/deployphp/recipes"
},
"minimum-stability": "stable",
"require": { },
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}