Liip\RMT\Action\BuildPharPackageAction::getFilename PHP Method

getFilename() protected method

Determines the package filename based on the next version and the 'package-name' option.
protected getFilename ( ) : string
return string
    protected function getFilename()
    {
        return $this->options['package-name'] . '-' . $this->releaseVersion . '.phar';
    }