Skip to content

ComposerVersionChecker

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

Resolves DevTools freshness through Composer metadata without coupling callers to Composer commands.


Methods

__construct

public __construct(\FastForward\DevTools\Process\ProcessBuilderInterface $processBuilder): mixed

Parameters:

Parameter Type Description
$processBuilder \FastForward\DevTools\Process\ProcessBuilderInterface the process builder used to query Composer metadata

check

Returns version information when it can be resolved without blocking command execution.

public check(): ?\FastForward\DevTools\SelfUpdate\VersionCheckResult

Clone this wiki locally