diff --git a/src/Composer/Installer/InstallerInstaller.php b/src/Composer/Installer/InstallerInstaller.php index 520bde273..a43d0f15a 100644 --- a/src/Composer/Installer/InstallerInstaller.php +++ b/src/Composer/Installer/InstallerInstaller.php @@ -97,7 +97,7 @@ class InstallerInstaller extends LibraryInstaller } $extra = $package->getExtra(); - $installer = new $class($this->vendorDir, $this->binDir, $this->downloadManager, $this->repository); + $installer = new $class($this->vendorDir, $this->binDir, $this->downloadManager, $this->repository, $this->io); $this->installationManager->addInstaller($installer); } }