summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-02-08 08:41:14 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2015-02-08 08:41:14 +0100
commit41890dcab00f2e1de2080472bd9d57e242e3db76 (patch)
tree8e53ea275c6fe713a397a13a0b8f99d097a86ea9
parent94c2e3078ed9fe3d274bc2680d1ed6b5fef38c43 (diff)
downloadsymfony-security-41890dcab00f2e1de2080472bd9d57e242e3db76.zip
symfony-security-41890dcab00f2e1de2080472bd9d57e242e3db76.tar.gz
symfony-security-41890dcab00f2e1de2080472bd9d57e242e3db76.tar.bz2
renamed composer.phar to composer to be consistent with the Symfony docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53efa5e..21f8a24 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
+ $ composer install
$ phpunit