Skip to content

Commit

Permalink
Add author to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
powdahound committed Oct 1, 2012
1 parent 2fca974 commit b9ddbbf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hipchat/hipchat-php",
"type": "library",
"description": "PHP Library for HipChat",
"description": "PHP library for HipChat",
"keywords": ["hipchat"],
"homepage": "http://github.com/hipchat/hipchat-php",
"license": "MIT",
Expand All @@ -12,5 +12,13 @@
"psr-0": {
"HipChat": "src"
}
}
},
"authors": [
{
"name": "HipChat",
"email": "[email protected]",
"homepage": "https://www.hipchat.com",
"role": "Company"
}
]
}

0 comments on commit b9ddbbf

Please sign in to comment.