From 61cff90315f0fc6123650225cd7cff1cdb738270 Mon Sep 17 00:00:00 2001 From: Darian Shimy Date: Tue, 31 Jul 2012 11:09:18 -0700 Subject: [PATCH] Updated the rep location to point to the master --- README.md | 2 +- composer.json | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 38a845c..6f29716 100644 --- a/README.md +++ b/README.md @@ -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" } } ``` diff --git a/composer.json b/composer.json index 130a734..0b3be65 100644 --- a/composer.json +++ b/composer.json @@ -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": "dshimy@gmail.com", - "homepage": "http://www.darainshimy.com", - "role": "Developer" - } - ], "require": { "php": ">=5.3.0" },