Browse Source

Do not notify installation of aliases

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
6864555aa4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/Composer/Installer/InstallationManager.php

+ 0 - 2
src/Composer/Installer/InstallationManager.php

@@ -189,8 +189,6 @@ class InstallationManager
         if (!$repo->hasPackage($package)) {
             $repo->addPackage(clone $package);
         }
-
-        $this->notifyInstall($package);
     }
 
     /**