1
0
Fork 0

Merge pull request #2158 from igorw/patch-8

[docs] Correct note about require-dev not being installed on install
pull/2052/merge
Jordi Boggiano 2013-08-08 03:38:40 -07:00
commit 029341e114
1 changed files with 3 additions and 2 deletions

View File

@ -301,8 +301,9 @@ unless those requirements can be met.
#### require-dev <span>(root-only)</span> #### require-dev <span>(root-only)</span>
Lists packages required for developing this package, or running Lists packages required for developing this package, or running
tests, etc. The dev requirements of the root package only will be installed tests, etc. The dev requirements of the root package are installed by default.
if `install` is run with `--dev` or if `update` is run without `--no-dev`. Both `install` or `update` support the `--no-dev` option that prevents dev
dependencies from being installed.
#### conflict #### conflict