Bolt\Composer\PackageManager::removePackage PHP Method

removePackage() public method

Remove packages from the root install.
public removePackage ( array $packages ) : integer
$packages array array Indexed array of package names to remove
return integer 0 on success or a positive error code on failure
    public function removePackage(array $packages)
    {
        return $this->app['extend.action']['remove']->execute($packages);
    }