Skip to content

Commit 4b9d8ea

Browse files
authored
Merge pull request #623 from nicolas-grekas/patch-1
Fix Versions checking for ocramius/package-versions instead of ocramius/proxy-manager
2 parents 9475248 + 1b972ab commit 4b9d8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProxyManager/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private function __construct()
3434
*/
3535
public static function getVersion(): string
3636
{
37-
return InstalledVersions::getPrettyVersion('ocramius/package-versions')
38-
. '@' . InstalledVersions::getReference('ocramius/package-versions');
37+
return InstalledVersions::getPrettyVersion('ocramius/proxy-manager')
38+
. '@' . InstalledVersions::getReference('ocramius/proxy-manager');
3939
}
4040
}

0 commit comments

Comments
 (0)