浏览代码

Execute alias operations still

Jordi Boggiano 5 年之前
父节点
当前提交
f288acb1ca
共有 1 个文件被更改,包括 2 次插入0 次删除
  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()) {
                 if ($this->io->isDebug()) {
                     $this->io->writeError('  - ' . $operation->show(false));
                     $this->io->writeError('  - ' . $operation->show(false));
                 }
                 }
+                $this->$jobType($repo, $operation);
+
                 continue;
                 continue;
             }
             }