From f7556c50d37904e9baca1389b8a9ef0762c49451 Mon Sep 17 00:00:00 2001 From: Jeff Welch Date: Sun, 10 Feb 2013 22:05:24 -0500 Subject: [PATCH] Use the new packagist repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb1ea8..9c99f2c 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ run the `php composer.phar install` command to install it: { "require": { - "php-exporter/php-exporter": "1.0.*@dev" + "whatthejeff/php-exporter": "1.0.*@dev" } }