Browse Source

Execute alias operations still

Jordi Boggiano 5 years ago
parent
commit
f288acb1ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Composer/Installer/InstallationManager.php

+ 2 - 0
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;
             }