Monorepo\Composer\MonorepoInstaller::install PHP Method

install() public method

Installs specific package.
public install ( 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 install(InstalledRepositoryInterface $repo, PackageInterface $package)
    {
    }