use available $io in archive
https://github.com/composer/composer/pull/2099#pullrequestreviewcomment-5318806pull/2153/head
parent
e06f0f1233
commit
610e272faa
|
@ -68,7 +68,7 @@ EOT
|
|||
{
|
||||
$config = Factory::createConfig();
|
||||
$factory = new Factory;
|
||||
$downloadManager = $factory->createDownloadManager($this->getIO(), $config);
|
||||
$downloadManager = $factory->createDownloadManager($io, $config);
|
||||
$archiveManager = $factory->createArchiveManager($config, $downloadManager);
|
||||
|
||||
if ($packageName) {
|
||||
|
|
Loading…
Reference in New Issue