Skip to content

Commit

Permalink
renamed composer.phar to composer to be consistent with the Symfony docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 8, 2015
1 parent 1fd1acc commit f738f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,5 +11,5 @@ If you want to run the unit tests, install dev dependencies before
running PHPUnit:

$ cd path/to/Symfony/Bridge/Twig/
$ composer.phar install
$ composer install
$ phpunit

0 comments on commit f738f3f

Please sign in to comment.