Disable "composer/package-versions-deprecated" by default (#10458)

main
Nicolas Grekas 2 years ago committed by GitHub
parent 6de9cacfd8
commit 6a70161c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -699,6 +699,10 @@ class PluginManager
}
}
if ($package === 'composer/package-versions-deprecated') {
return false;
}
if (!isset($warned[$package])) {
if ($this->io->isInteractive()) {
$composer = $isGlobalPlugin && $this->globalComposer !== null ? $this->globalComposer : $this->composer;

Loading…
Cancel
Save