From b3306858200e57a2847999c2571e6468eb48c58d Mon Sep 17 00:00:00 2001 From: Mirco Babini Date: Thu, 3 Sep 2015 15:39:52 +0200 Subject: [PATCH] fix composer command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 873b8c1..f18fa10 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ composer require mashape/unirest-php This will get you the latest version of the reporter and install it. If you do want the master, untagged, version you may use the command below: ```shell -composer require mashape/php-test-reporter:@dev-master +composer require mashape/php-test-reporter dev-master ``` Composer installs autoloader at `./vendor/autoloader.php`. to include the library in your script, add: