From 334c25fbbf5732dfff3c7920d406eca482220561 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Wed, 7 Aug 2013 21:11:52 +0200 Subject: [PATCH] [docs] Correct note about require-dev not being installed on install It's now installed by default. --- doc/04-schema.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 3addbe77e..5afed65f3 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -301,8 +301,9 @@ unless those requirements can be met. #### require-dev (root-only) Lists packages required for developing this package, or running -tests, etc. The dev requirements of the root package only will be installed -if `install` is run with `--dev` or if `update` is run without `--no-dev`. +tests, etc. The dev requirements of the root package are installed by default. +Both `install` or `update` support the `--no-dev` option that prevents dev +dependencies from being installed. #### conflict