1
0
Fork 0

Merge pull request #3822 from francisbesset/patch-2

[create-project] Used no progress value for dependencies
pull/3825/head
Jordi Boggiano 2015-03-06 15:34:47 +00:00
commit dfd04a9458
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ EOT
}
$composer = Factory::create($io, null, $disablePlugins);
$composer->getDownloadManager()->setOutputProgress(!$noProgress);
$fs = new Filesystem();
if ($noScripts === false) {