-
-
Notifications
You must be signed in to change notification settings - Fork 0
ComposerVersionChecker
github-actions edited this page Apr 28, 2026
·
1 revision
Resolves DevTools freshness through Composer metadata without coupling callers to Composer commands.
- Full name:
\FastForward\DevTools\SelfUpdate\ComposerVersionChecker - This class is marked as final and can't be subclassed
- This class implements:
\FastForward\DevTools\SelfUpdate\VersionCheckerInterface - This class is a Final class
public __construct(\FastForward\DevTools\Process\ProcessBuilderInterface $processBuilder): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$processBuilder |
\FastForward\DevTools\Process\ProcessBuilderInterface | the process builder used to query Composer metadata |
Returns version information when it can be resolved without blocking command execution.
public check(): ?\FastForward\DevTools\SelfUpdate\VersionCheckResult