Pārlūkot izejas kodu

Do not notify installation of aliases

Jordi Boggiano 13 gadi atpakaļ
vecāks
revīzija
6864555aa4
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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);
     }
 
     /**