Browse Source

Do not notify installation of aliases

Jordi Boggiano 13 years ago
parent
commit
6864555aa4
1 changed files with 0 additions and 2 deletions
  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);
     }
 
     /**