Skip to content

Commit

Permalink
Adds composer.json for easy 'require' into existing projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketarc committed Jan 3, 2016
1 parent bd328fc commit 83d8e01
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Removes useless files from release ZIPs.
.gitattributes export-ignore
tools export-ignore
tools export-ignore
composer.json export-ignore
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "brunodebarros/git-deploy-php",
"description": "git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.",
"keywords": [
"git",
"deploy",
"ftp",
"sftp",
"php"
],
"license": "MIT",
"type": "library",
"homepage": "http://brunodebarros.github.io/git-deploy-php/",
"support": {
"issues": "https://github.com/BrunoDeBarros/git-deploy-php/issues"
},
"authors": {
"name": "Bruno Moreira De Barros",
"email": "bruno@terraduo.com",
"homepage": "https://terraduo.com",
"role": "Developer"
},
"bin": [
"git-deploy"
]
}

0 comments on commit 83d8e01

Please sign in to comment.