Skip to content

Commit

Permalink
Merge pull request #623 from nicolas-grekas/patch-1
Browse files Browse the repository at this point in the history
Fix Versions checking for ocramius/package-versions instead of ocramius/proxy-manager
  • Loading branch information
Ocramius authored Aug 26, 2020
2 parents 9475248 + 1b972ab commit 4b9d8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProxyManager/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private function __construct()
*/
public static function getVersion(): string
{
return InstalledVersions::getPrettyVersion('ocramius/package-versions')
. '@' . InstalledVersions::getReference('ocramius/package-versions');
return InstalledVersions::getPrettyVersion('ocramius/proxy-manager')
. '@' . InstalledVersions::getReference('ocramius/proxy-manager');
}
}

0 comments on commit 4b9d8ea

Please sign in to comment.