Fix handling of legacy Composer repositories
parent
e887f6cea9
commit
9ed481ef02
|
@ -368,7 +368,7 @@ class ComposerRepository extends ArrayRepository implements NotifiableRepository
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return $packages;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($data['packages'])) {
|
if (isset($data['packages'])) {
|
||||||
|
|
Loading…
Reference in New Issue