Monorepo\Composer\MonorepoInstaller::supports PHP Method

supports() public method

Decides if the installer supports the given type
public supports ( string $packageType ) : boolean
$packageType string
return boolean
    public function supports($packageType)
    {
        return $packageType === 'monorepo';
    }