diff --git a/src/Composer/Installer/InstallationManager.php b/src/Composer/Installer/InstallationManager.php index c767b5a14..0ee5b01f6 100644 --- a/src/Composer/Installer/InstallationManager.php +++ b/src/Composer/Installer/InstallationManager.php @@ -205,6 +205,8 @@ class InstallationManager if ($this->io->isDebug()) { $this->io->writeError(' - ' . $operation->show(false)); } + $this->$jobType($repo, $operation); + continue; }