Skip to content

Commit

Permalink
Adding composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 21, 2013
1 parent 9afa684 commit 387b04b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "lorenzo/cakephp-logstash",
"description": "CakePHP logstash log stream",
"type": "cakephp-plugin",
"keywords": ["cakephp", "log", "logstash"],
"homepage": "https://github.com/lorenzo/cakephp-logstash",
"license": "MIT",
"authors": [
{
"name": "José Lorenzo Rodríguez",
"role": "Author"
}
],
"require": {
"composer/installers": "*"
},
"extra": {
"installer-name": "Logstash"
}
}

0 comments on commit 387b04b

Please sign in to comment.