소스 검색

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()) {
                     $this->io->writeError('  - ' . $operation->show(false));
                 }
+                $this->$jobType($repo, $operation);
+
                 continue;
             }