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

execute() public method

public execute ( )
    public function execute()
    {
        $packagePath = $this->create();
        $this->confirmSuccess();
        Context::get('output')->writeln('The package has been successfully created in: ' . $packagePath);
    }