Skip to content

Commit

Permalink
Add a composer.json file to support Composer (http://getcomposer.org/).
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Apr 26, 2012
1 parent f2f2982 commit a7a34d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@ nbproject
.buildpath
.project
.settings/
composer.phar
vendor
19 changes: 19 additions & 0 deletions composer.json
@@ -0,0 +1,19 @@
{
"name": "graylog2/gelf-php",
"description": "PHP classes to send GELF (Graylog extended log format) messages",
"keywords": ["log","logging"],
"homepage": "http://github.com/Graylog2/gelf-php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Lennart Koopmann",
"email": "lennart@socketfeed.com",
"homepage": "http://www.lennartkoopmann.net/"
}
],
"autoload": {
"classmap": [""]
},
"require": {}
}

0 comments on commit a7a34d6

Please sign in to comment.