diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-02-08 08:41:14 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-02-08 08:41:14 +0100 |
commit | 41890dcab00f2e1de2080472bd9d57e242e3db76 (patch) | |
tree | 8e53ea275c6fe713a397a13a0b8f99d097a86ea9 | |
parent | 94c2e3078ed9fe3d274bc2680d1ed6b5fef38c43 (diff) | |
download | symfony-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |