From 9555ae13a61ece1eddb2f646c96caf5e504ada84 Mon Sep 17 00:00:00 2001 From: Luke Stewart Date: Wed, 3 May 2023 08:44:29 +1200 Subject: [PATCH] Clarifies COMPOSER_NO_DEV documentation. (#11447) COMPOSER_NO_DEV applies to composer require as well. --- doc/03-cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index df1a11905..d11265782 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -1276,8 +1276,9 @@ If set to `1`, it is the equivalent of passing the `--no-audit` option to `requi ### COMPOSER_NO_DEV -If set to `1`, it is the equivalent of passing the `--no-dev` option to `install` or -`update`. You can override this for a single command by setting `COMPOSER_NO_DEV=0`. +If set to `1`, it is the equivalent of passing the `--update-no-dev` option to `require` + or the `--no-dev` option to `install` or `update`. You can override this for a single +command by setting `COMPOSER_NO_DEV=0`. ### COMPOSER_PREFER_STABLE