Skip to content

Commit 83d8e01

Browse files
committed
Adds composer.json for easy 'require' into existing projects.
1 parent bd328fc commit 83d8e01

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Removes useless files from release ZIPs.
22
.gitattributes export-ignore
3-
tools export-ignore
3+
tools export-ignore
4+
composer.json export-ignore

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "brunodebarros/git-deploy-php",
3+
"description": "git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.",
4+
"keywords": [
5+
"git",
6+
"deploy",
7+
"ftp",
8+
"sftp",
9+
"php"
10+
],
11+
"license": "MIT",
12+
"type": "library",
13+
"homepage": "http://brunodebarros.github.io/git-deploy-php/",
14+
"support": {
15+
"issues": "https://github.com/BrunoDeBarros/git-deploy-php/issues"
16+
},
17+
"authors": {
18+
"name": "Bruno Moreira De Barros",
19+
"email": "bruno@terraduo.com",
20+
"homepage": "https://terraduo.com",
21+
"role": "Developer"
22+
},
23+
"bin": [
24+
"git-deploy"
25+
]
26+
}

0 commit comments

Comments
 (0)