Merge pull request #3822 from francisbesset/patch-2
[create-project] Used no progress value for dependenciespull/3825/head
commit
dfd04a9458
|
@ -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