1
0
Fork 0

Fix handling of legacy Composer repositories

pull/1247/head
Chris Smith 2012-10-22 21:40:32 +01:00
parent e887f6cea9
commit 9ed481ef02
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class ComposerRepository extends ArrayRepository implements NotifiableRepository
} }
} }
return; return $packages;
} }
if (isset($data['packages'])) { if (isset($data['packages'])) {