Remove dead code

main
Jordi Boggiano 5 years ago
parent 5c62c7d566
commit 29612e8e8e
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -356,7 +356,7 @@ EOT
->setPreferDist($preferDist);
$projectInstaller = new ProjectInstaller($directory, $dm);
$im = $factory->createInstallationManager(new Loop($httpDownloader), $io, $composer->getEventDispatcher);
$im = $factory->createInstallationManager(new Loop($httpDownloader), $io);
$im->addInstaller($projectInstaller);
$im->execute(new InstalledFilesystemRepository(new JsonFile('php://memory')), new InstallOperation($package));
$im->notifyInstalls($io);

Loading…
Cancel
Save