Skip to content

Commit 0fe4913

Browse files
committed
renamed composer.phar to composer to be consistent with the Symfony docs
1 parent af59316 commit 0fe4913

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

src/Symfony/Bridge/Doctrine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Resources
1010
You can run the unit tests with the following command:
1111

1212
$ cd path/to/Symfony/Bridge/Doctrine/
13-
$ composer.phar install
13+
$ composer install
1414
$ phpunit

src/Symfony/Bridge/Monolog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Resources
99
You can run the unit tests with the following command:
1010

1111
$ cd path/to/Symfony/Bridge/Monolog/
12-
$ composer.phar install
12+
$ composer install
1313
$ phpunit

src/Symfony/Bridge/Propel1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Resources
99
You can run the unit tests with the following command:
1010

1111
$ cd path/to/Symfony/Bridge/Propel1/
12-
$ composer.phar install
12+
$ composer install
1313
$ phpunit

src/Symfony/Bridge/ProxyManager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resources
99
You can run the unit tests with the following command:
1010

1111
$ cd path/to/Symfony/Bridge/ProxyManager/
12-
$ composer.phar install
12+
$ composer install
1313
$ phpunit
1414

1515
[1]: https://github.com/Ocramius/ProxyManager

src/Symfony/Bridge/Twig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ If you want to run the unit tests, install dev dependencies before
1111
running PHPUnit:
1212

1313
$ cd path/to/Symfony/Bridge/Twig/
14-
$ composer.phar install
14+
$ composer install
1515
$ phpunit

src/Symfony/Component/BrowserKit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ provided by the HttpKernel component.
1919
You can run the unit tests with the following command:
2020

2121
$ cd path/to/Symfony/Component/BrowserKit/
22-
$ composer.phar install
22+
$ composer install
2323
$ phpunit

src/Symfony/Component/ClassLoader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ Resources
8181
You can run the unit tests with the following command:
8282

8383
$ cd path/to/Symfony/Component/ClassLoader/
84-
$ composer.phar install
84+
$ composer install
8585
$ phpunit

src/Symfony/Component/Config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Resources
1212
You can run the unit tests with the following command:
1313

1414
$ cd path/to/Symfony/Component/Config/
15-
$ composer.phar install
15+
$ composer install
1616
$ phpunit
1717

src/Symfony/Component/Console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tests
5050
You can run the unit tests with the following command:
5151

5252
$ cd path/to/Symfony/Component/Console/
53-
$ composer.phar install
53+
$ composer install
5454
$ phpunit
5555

5656
Third Party

src/Symfony/Component/CssSelector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ which is distributed under the BSD license.
4343
You can run the unit tests with the following command:
4444

4545
$ cd path/to/Symfony/Component/CssSelector/
46-
$ composer.phar install
46+
$ composer install
4747
$ phpunit

0 commit comments

Comments
 (0)