-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updates the installed DevTools package.
public update(bool $global, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| 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