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
|
{
"title": "Git Deploy",
"name": "robloach/git-deploy",
"type": "project",
"description": "Deploy and manage git deployments.",
"homepage": "https://github.com/RobLoach/git-deploy",
"license": "MIT",
"authors": [
{
"name": "See contributors",
"homepage": "https://github.com/RobLoach/git-deploy/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/RobLoach/git-deploy/issues"
},
"require": {
"php": ">=5.3.0",
"cpliakas/git-wrapper": "~1.4.1",
"symfony/console": "~2.6.4"
},
"autoload": {
"psr-0": {
"GitDeploy": "src/"
}
},
"bin": [
"bin/git-deploy",
"bin/git-deploy.php"
]
}
|