Merge pull request #7932 from hco/patch-2

Installer: Initialize $nameMatchesRequiredPackage
main
Jordi Boggiano 5 years ago committed by GitHub
commit 8c93890c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1317,6 +1317,7 @@ class Installer
foreach ($this->updateWhitelist as $packageName => $void) {
$packageQueue = new \SplQueue;
$nameMatchesRequiredPackage = false;
$depPackages = $pool->whatProvides($packageName);
$matchesByPattern = array();

Loading…
Cancel
Save