PHPComposter\PHPComposter\Installer::supports PHP Method

supports() public method

Whether the installer supports a given package type.
Since: 0.1.0
public supports ( $packageType ) : boolean
$packageType
return boolean
    public function supports($packageType)
    {
        return self::TYPE === $packageType;
    }