diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-09-18 09:27:26 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-09-18 09:27:26 +0200 |
commit | 89d082808b9b8c7b78c57cb5fee625383305c3db (patch) | |
tree | 524dcae26c7ce0924897d3285c79b90725e9ce52 | |
parent | d871dc4f0a969fced05085dada3f6e03974a21a9 (diff) | |
download | symfony-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.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 --dev + $ composer.phar install $ phpunit |