[create-project] Used no progress value for dependencies
parent
b8ac790b4f
commit
4f57fafb8d
|
@ -145,6 +145,8 @@ EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
$composer = Factory::create($io, null, $disablePlugins);
|
$composer = Factory::create($io, null, $disablePlugins);
|
||||||
|
$composer->getDownloadManager()->setOutputProgress(!$noProgress);
|
||||||
|
|
||||||
$fs = new Filesystem();
|
$fs = new Filesystem();
|
||||||
|
|
||||||
if ($noScripts === false) {
|
if ($noScripts === false) {
|
||||||
|
|
Loading…
Reference in New Issue