renamed composer.phar to composer to be consistent with the Symfony docs

This commit is contained in:
Fabien Potencier 2015-02-08 08:41:14 +01:00
parent af59316536
commit 0fe4913079
32 changed files with 32 additions and 32 deletions

View File

@ -10,5 +10,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Bridge/Doctrine/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -9,5 +9,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Bridge/Monolog/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -9,5 +9,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Bridge/Propel1/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -9,7 +9,7 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Bridge/ProxyManager/
$ composer.phar install
$ composer install
$ phpunit
[1]: https://github.com/Ocramius/ProxyManager

View File

@ -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

View File

@ -19,5 +19,5 @@ provided by the HttpKernel component.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/BrowserKit/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -81,5 +81,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/ClassLoader/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -12,6 +12,6 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Config/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -50,7 +50,7 @@ Tests
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Console/
$ composer.phar install
$ composer install
$ phpunit
Third Party

View File

@ -43,5 +43,5 @@ which is distributed under the BSD license.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/CssSelector/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -40,5 +40,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Debug/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -77,5 +77,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/DependencyInjection/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -32,5 +32,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/DomCrawler/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -23,5 +23,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/EventDispatcher/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -43,5 +43,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Filesystem/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -45,7 +45,7 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Finder/
$ composer.phar install
$ composer install
$ phpunit
[1]: http://api.symfony.com/2.5/Symfony/Component/Finder/SplFileInfo.html

View File

@ -22,5 +22,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Form/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -52,5 +52,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/HttpFoundation/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -95,5 +95,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/HttpKernel/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -10,7 +10,7 @@ Preparation
To prepare, you need to install the development dependencies of the component.
$ cd /path/to/Symfony/Component/Intl
$ composer.phar install
$ composer install
Determining your ICU version
---------------------------

View File

@ -18,7 +18,7 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Intl/
$ composer.phar install
$ composer install
$ phpunit
[0]: http://www.php.net/manual/en/intl.setup.php

View File

@ -111,5 +111,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/OptionsResolver/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -47,5 +47,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Process/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -10,5 +10,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/PropertyAccess/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -32,5 +32,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Routing/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -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

View File

@ -11,5 +11,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Serializer/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -9,5 +9,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Stopwatch/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -14,5 +14,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Templating/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -33,5 +33,5 @@ http://symfony.com/doc/2.3/book/translation.html
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Translation/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -122,5 +122,5 @@ http://jcp.org/en/jsr/detail?id=303
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Validator/
$ composer.phar install
$ composer install
$ phpunit

View File

@ -17,5 +17,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Yaml/
$ composer.phar install
$ composer install
$ phpunit