Pagekit\Installer\Helper\Composer::removePackages PHP Method

removePackages() protected method

protected removePackages ( $packages ) : array
$packages
return array
    protected function removePackages($packages)
    {
        $this->packages = array_diff_key($this->readConfig(), array_flip($packages));
    }