Merge branch '1.8'
commit
e05fa2368f
|
@ -1,3 +1,7 @@
|
||||||
|
### [1.8.3] 2019-01-30
|
||||||
|
|
||||||
|
* Fixed regression when executing partial updates
|
||||||
|
|
||||||
### [1.8.2] 2019-01-29
|
### [1.8.2] 2019-01-29
|
||||||
|
|
||||||
* Fixed invalid deprecation warning for ext-pdo_mysql and similar
|
* Fixed invalid deprecation warning for ext-pdo_mysql and similar
|
||||||
|
|
|
@ -1317,6 +1317,7 @@ class Installer
|
||||||
|
|
||||||
foreach ($this->updateWhitelist as $packageName => $void) {
|
foreach ($this->updateWhitelist as $packageName => $void) {
|
||||||
$packageQueue = new \SplQueue;
|
$packageQueue = new \SplQueue;
|
||||||
|
$nameMatchesRequiredPackage = false;
|
||||||
|
|
||||||
$depPackages = $pool->whatProvides($packageName);
|
$depPackages = $pool->whatProvides($packageName);
|
||||||
$matchesByPattern = array();
|
$matchesByPattern = array();
|
||||||
|
|
Loading…
Reference in New Issue