Updates DevTools through the active Composer executable.
Interfaces
Constants
= 'fast-forward/dev-tools'
Properties
Methods
: mixed
update()
: int
Updates the installed DevTools package.
Constants
private
ProcessBuilderInterface
$processBuilder
private
ProcessQueueInterface
$processQueue
public
__construct(ProcessBuilderInterface
$processBuilder, ProcessQueueInterface
$processQueue) : mixed
Parameters
Description
the process builder used to assemble Composer update commands
Description
the queue used to execute the update process
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