mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Fix disabling plugins which has to happen in the factory now
This commit is contained in:
parent
3e1519cde0
commit
15ac7be6f1
7 changed files with 28 additions and 19 deletions
|
@ -151,7 +151,7 @@ EOT
|
|||
$installedFromVcs = false;
|
||||
}
|
||||
|
||||
$composer = Factory::create($io);
|
||||
$composer = Factory::create($io, null, $disablePlugins);
|
||||
|
||||
if ($noScripts === false) {
|
||||
// dispatch event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue