Monorepo\Composer\MonorepoInstaller::uninstall PHP Method

uninstall() public method

Uninstalls specific package.
public uninstall ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $package )
$repo Composer\Repository\InstalledRepositoryInterface repository in which to check
$package Composer\Package\PackageInterface package instance
    public function uninstall(InstalledRepositoryInterface $repo, PackageInterface $package)
    {
    }