Goatherd\Patch\Installer::supports PHP 메소드

supports() 공개 메소드

{@inheritDoc}
public supports ( $packageType )
    public function supports($packageType)
    {
        return 'patch' === $packageType;
    }