merged branch fabpot/composer-install-fix (PR #9063)

This PR was merged into the 2.2 branch.

Discussion
----------

updated the composer install command to reflect changes in Composer

Commits
-------

c2144df updated the composer install command to reflect changes in Composer
This commit is contained in:
Fabien Potencier 2013-09-18 13:09:22 +02:00
commit 4bb14419a3
29 changed files with 29 additions and 29 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 --dev
$ composer.phar 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 --dev
$ composer.phar 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 --dev
$ composer.phar install
$ phpunit

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 --dev
$ composer.phar 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 --dev
$ composer.phar install
$ phpunit

View File

@ -65,5 +65,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/ClassLoader/
$ composer.phar install --dev
$ composer.phar 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 --dev
$ composer.phar install
$ phpunit

View File

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

View File

@ -21,5 +21,5 @@ Current code is a port of https://github.com/SimonSapin/cssselect@fd2e70
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/CssSelector/
$ composer.phar install --dev
$ composer.phar install
$ phpunit

View File

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

View File

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

View File

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

View File

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

View File

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

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 --dev
$ composer.phar install
$ phpunit

View File

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

View File

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

View File

@ -23,7 +23,7 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/XXX/
$ composer.phar install --dev
$ composer.phar install
$ phpunit
If your PHP have the ``intl`` extension enabled but the intl extension ICU data

View File

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

View File

@ -43,5 +43,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/XXX/
$ composer.phar install --dev
$ composer.phar 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 --dev
$ composer.phar install
$ phpunit

View File

@ -30,5 +30,5 @@ Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Routing/
$ composer.phar install --dev
$ composer.phar 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 --dev
$ composer.phar 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 --dev
$ composer.phar 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 --dev
$ composer.phar 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 --dev
$ composer.phar install
$ phpunit

View File

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

View File

@ -116,5 +116,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 --dev
$ composer.phar install
$ phpunit

View File

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