1
0
Fork 0

@naderman says this is wrong.

pull/229/head
Beau Simensen 2012-01-25 19:25:42 -08:00
parent 57ffc9d59b
commit df72919ba3
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ EOT
foreach ($installedPackages as $package) {
if ($package->getName() === $link->getTarget()) {
$request->update($package->getName(), new VersionConstraint('=', $package->getVersion()));
continue 2;
break;
}
}