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