mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646
This commit is contained in:
parent
095852933e
commit
be861f090a
11 changed files with 233 additions and 205 deletions
|
@ -109,7 +109,7 @@ EOT
|
|||
->setPreferDist($input->getOption('prefer-dist'))
|
||||
->setDevMode($input->getOption('dev'))
|
||||
->setUpdate(true)
|
||||
->setUpdateWhitelist($requirements);
|
||||
->setUpdateWhitelist(array_keys($requirements));
|
||||
;
|
||||
|
||||
if (!$install->run()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue