Skip to content

Commit 87e95ff

Browse files
committed
Disabling Composer extensions while running analysis in Mouf
This way, buggy extensions have no impact on Mouf.
1 parent f4a7c7c commit 87e95ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mouf/Composer/ComposerService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function getComposer() {
227227
} else {
228228
$this->io = new BufferIO();
229229
}
230-
$this->composer = Factory::create($this->io);
230+
$this->composer = Factory::create($this->io, null, true);
231231
}
232232
return $this->composer;
233233
}
@@ -556,4 +556,4 @@ public function getComposerConfig() {
556556
}
557557
}
558558

559-
?>
559+
?>

0 commit comments

Comments
 (0)