1
0
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:
Matthew Brown 2018-01-01 10:01:04 -05:00
parent 236fa893a8
commit 72a2a80619

View File

@ -178,7 +178,7 @@ foreach ($autoload_files as $file) {
if (array_key_exists('v', $options)) { if (array_key_exists('v', $options)) {
/** @var string */ /** @var string */
$version = \PackageVersions\Versions::getVersion('vimeo/psalm'); $version = \Muglug\PackageVersions\Versions::getVersion('vimeo/psalm');
echo 'Psalm ' . $version . PHP_EOL; echo 'Psalm ' . $version . PHP_EOL;
exit; exit;
} }