1
0
Fork 0

Fix 5.3/5.4 builds

pull/8453/head
Jordi Boggiano 2020-02-14 14:10:42 +01:00
parent 77a477fb57
commit 4ebc318510
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class Installer
$fundingCount = 0; $fundingCount = 0;
foreach ($localRepo->getPackages() as $package) { foreach ($localRepo->getPackages() as $package) {
if ($package instanceof CompletePackageInterface && !empty($package->getFunding())) { if ($package instanceof CompletePackageInterface && !$package instanceof AliasPackage && $package->getFunding()) {
$fundingCount++; $fundingCount++;
} }
} }