Skip to content

Commit

Permalink
Updated the rep location to point to the master
Browse files Browse the repository at this point in the history
  • Loading branch information
dshimy committed Jul 31, 2012
1 parent 2f514fb commit 61cff90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ composer.json file. Composer will handle the autoloading.
```json
{
"require": {
"dshimy/hipchat-php": ">=1.0.0"
"hipchat/hipchat-php": ">=1.0.0"
}
}
```
Expand Down
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"name": "dshimy/hipchat-php",
"name": "hipchat/hipchat-php",
"type": "library",
"description": "PHP Library for HipChat",
"keywords": ["hipchat"],
"homepage": "http://github.com/dshimy/hipchat-php",
"homepage": "http://github.com/hipchat/hipchat-php",
"license": "MIT",
"authors": [
{
"name": "Darian Shimy",
"email": "[email protected]",
"homepage": "http://www.darainshimy.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
Expand Down

0 comments on commit 61cff90

Please sign in to comment.