1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

InstallationManager: notifyInstalls: append authorization header for repository

This commit is contained in:
Boris Momčilović 2015-10-24 00:58:34 +02:00
parent f85d965732
commit b05b52ff7e
3 changed files with 19 additions and 4 deletions

View file

@ -318,7 +318,7 @@ EOT
$im = $this->createInstallationManager();
$im->addInstaller($projectInstaller);
$im->install(new InstalledFilesystemRepository(new JsonFile('php://memory')), new InstallOperation($package));
$im->notifyInstalls();
$im->notifyInstalls($io);
$installedFromVcs = 'source' === $package->getInstallationSource();