We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36d11d commit 2744418Copy full SHA for 2744418
src/Flex.php
@@ -304,7 +304,7 @@ public function configureInstaller()
304
$this->installer = $trace['object']->setSuggestedPackagesReporter(new SuggestedPackagesReporter(new NullIO()));
305
306
$updateAllowList = \Closure::bind(function () {
307
- return $this->updateWhitelist ?? $this->updateAllowList;
+ return $this->updateWhitelist ?? $this->updateAllowList ?? null;
308
}, $this->installer, $this->installer)();
309
310
if (['php' => 0] === $updateAllowList) {
0 commit comments