1
0
Fork 0
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:
Graham Campbell 2020-06-07 22:15:09 +01:00
parent 6630519882
commit fa799970ad
33 changed files with 269 additions and 195 deletions

View file

@ -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 [...]