Goatherd\Patch\Installer::supports PHP Method

supports() public method

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