SelfUpdateRunnerInterface
Interface
Runs the Composer command that updates the installed DevTools package.
Methods
update()
: int
Updates the installed DevTools package.
Methods
Updates the installed DevTools package.
public
update(
bool
$global, OutputInterface
$output) : int
Parameters
$global
:
bool
Description
whether the update should target Composer's global project
$output
:
OutputInterface
Description
the command output used by the update process
Return values
int
Description
the Composer process status code