1
0
Fork 0

Fix Locker to store exact package version.

pull/831/head
Alexey Prilipko 2012-06-27 16:33:29 +11:00
parent 77715e254a
commit 0117108efb
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class Locker
}
$name = $package->getPrettyName();
$version = $package->getPrettyVersion();
$version = $package->getVersion();
if (!$name || !$version) {
throw new \LogicException(sprintf(