Skip to content

Commit 1b972ab

Browse files
Fix Versions checking for ocramius/package-versions instead of ocramius/proxy-manager
1 parent 9475248 commit 1b972ab

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)