1
0
Fork 0

Merge branch '1.8'

pull/7947/head
Jordi Boggiano 2019-01-30 08:31:38 +01:00
commit e05fa2368f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
### [1.8.3] 2019-01-30
* Fixed regression when executing partial updates
### [1.8.2] 2019-01-29
* Fixed invalid deprecation warning for ext-pdo_mysql and similar

View File

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