From c5bf144230f8f7384d60c05618a7282f5295337e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 18 Sep 2013 09:27:26 +0200 Subject: [PATCH] updated the composer install command to reflect changes in Composer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4caf93b..8494531d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,6 @@ Resources You can run the unit tests with the following command: $ cd path/to/Symfony/Component/Finder/ - $ composer.phar install --dev + $ composer.phar install $ phpunit