Skip to content

SelfUpdateRunnerInterface

github-actions edited this page Apr 28, 2026 · 1 revision

Runs the Composer command that updates the installed DevTools package.


  • Full name: \FastForward\DevTools\SelfUpdate\SelfUpdateRunnerInterface

Methods

update

Updates the installed DevTools package.

public update(bool $global, \Symfony\Component\Console\Output\OutputInterface $output): int

Parameters:

Parameter Type Description
$global bool whether the update should target Composer's global project
$output \Symfony\Component\Console\Output\OutputInterface the command output used by the update process

Return Value:

the Composer process status code


Clone this wiki locally