summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-09-18 09:27:26 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-09-18 09:27:26 +0200
commit89d082808b9b8c7b78c57cb5fee625383305c3db (patch)
tree524dcae26c7ce0924897d3285c79b90725e9ce52
parentd871dc4f0a969fced05085dada3f6e03974a21a9 (diff)
downloadsymfony-security-89d082808b9b8c7b78c57cb5fee625383305c3db.zip
symfony-security-89d082808b9b8c7b78c57cb5fee625383305c3db.tar.gz
symfony-security-89d082808b9b8c7b78c57cb5fee625383305c3db.tar.bz2
updated the composer install command to reflect changes in Composer
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34193f0..930b6d8 100644
--- a/README.md
+++ b/README.md
@@ -19,5 +19,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Security/
- $ composer.phar install --dev
+ $ composer.phar install
$ phpunit