1
0
Fork 0

Clarifies COMPOSER_NO_DEV documentation. (#11447)

COMPOSER_NO_DEV applies to composer require as well.
pull/11450/head
Luke Stewart 2023-05-03 08:44:29 +12:00 committed by GitHub
parent 11879ea737
commit 9555ae13a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1276,8 +1276,9 @@ If set to `1`, it is the equivalent of passing the `--no-audit` option to `requi
### COMPOSER_NO_DEV ### COMPOSER_NO_DEV
If set to `1`, it is the equivalent of passing the `--no-dev` option to `install` or If set to `1`, it is the equivalent of passing the `--update-no-dev` option to `require`
`update`. You can override this for a single command by setting `COMPOSER_NO_DEV=0`. 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 ### COMPOSER_PREFER_STABLE