mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Replace whitelist with allow list
This commit is contained in:
parent
6630519882
commit
fa799970ad
33 changed files with 269 additions and 195 deletions
|
@ -159,7 +159,7 @@ php composer.phar update
|
|||
> if the `composer.lock` has not been updated since changes were made to the
|
||||
> `composer.json` that might affect dependency resolution.
|
||||
|
||||
If you only want to install or update one dependency, you can whitelist them:
|
||||
If you only want to install or update one dependency, you can allow list them:
|
||||
|
||||
```sh
|
||||
php composer.phar update monolog/monolog [...]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue