|
@@ -63,6 +63,10 @@ class Locker
|
|
foreach ($lockList as $info) {
|
|
foreach ($lockList as $info) {
|
|
$package = $this->repositoryManager->getLocalRepository()->findPackage($info['package'], $info['version']);
|
|
$package = $this->repositoryManager->getLocalRepository()->findPackage($info['package'], $info['version']);
|
|
|
|
|
|
|
|
+ if (!$package) {
|
|
|
|
+ $package = $this->repositoryManager->findPackage($info['package'], $info['version']);
|
|
|
|
+ }
|
|
|
|
+
|
|
if (!$package) {
|
|
if (!$package) {
|
|
throw new \LogicException(sprintf(
|
|
throw new \LogicException(sprintf(
|
|
'Can not find "%s-%s" package in registered repositories',
|
|
'Can not find "%s-%s" package in registered repositories',
|