Fix 5.3/5.4 builds
parent
77a477fb57
commit
4ebc318510
|
@ -316,7 +316,7 @@ class Installer
|
|||
|
||||
$fundingCount = 0;
|
||||
foreach ($localRepo->getPackages() as $package) {
|
||||
if ($package instanceof CompletePackageInterface && !empty($package->getFunding())) {
|
||||
if ($package instanceof CompletePackageInterface && !$package instanceof AliasPackage && $package->getFunding()) {
|
||||
$fundingCount++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue