mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix reference PackageVersions class
This commit is contained in:
parent
236fa893a8
commit
72a2a80619
@ -178,7 +178,7 @@ foreach ($autoload_files as $file) {
|
||||
|
||||
if (array_key_exists('v', $options)) {
|
||||
/** @var string */
|
||||
$version = \PackageVersions\Versions::getVersion('vimeo/psalm');
|
||||
$version = \Muglug\PackageVersions\Versions::getVersion('vimeo/psalm');
|
||||
echo 'Psalm ' . $version . PHP_EOL;
|
||||
exit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user