We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describes the installed and latest known DevTools versions.
\FastForward\DevTools\SelfUpdate\VersionCheckResult
public __construct(string $currentVersion, string $latestVersion): mixed
Parameters:
$currentVersion
$latestVersion
Returns the currently installed DevTools version.
public getCurrentVersion(): string
Returns the latest stable DevTools version known to Composer.
public getLatestVersion(): string
Detects whether the installed version is older than the latest stable version.
public isOutdated(): bool