1
0
Fork 0

Fix BC handling of old require-dev, refs #1656

pull/1655/merge
Jordi Boggiano 2013-03-04 17:10:54 +01:00
parent 373ff04261
commit a32aa1a305
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ class Installer
$this->installationManager->uninstall($devRepo, new UninstallOperation($package));
}
}
unlink($this->config->get('vendor-dir').'/composer/installed_dev.json');
}
unset($devRepo, $package);
// end BC