Monorepo\Composer\MonorepoInstaller::supports PHP 메소드

supports() 공개 메소드

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