Removes installer
InstallerInterface $installer installer instance:
public function removeInstaller(InstallerInterface $installer) : void { if (false !== ($key = array_search($installer, $this->installers, true))) { array_splice($this->installers, $key, 1); $this->cache = []; } }