Skip to content

Commit 974bd16

Browse files
committed
Remove --no-progress flag from CLI commands
1 parent 66c25e4 commit 974bd16

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

bin/evo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ final class EvoBootstrapper
359359
'evolution-cms/installer',
360360
'--no-interaction',
361361
'--no-ansi',
362-
'--no-progress',
363362
],
364363
$workDir,
365364
[
@@ -405,7 +404,6 @@ final class EvoBootstrapper
405404
'evolution-cms/installer',
406405
'--no-interaction',
407406
'--no-ansi',
408-
'--no-progress',
409407
],
410408
null,
411409
$env

src/Commands/InstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,6 @@ protected function runComposer(array $composerCommand, array $args, string $work
15811581
...$args,
15821582
'--no-interaction',
15831583
'--no-ansi',
1584-
'--no-progress',
15851584
];
15861585
$process = new Process($fullCommand, $workingDir);
15871586
$timeout = $this->composerTimeoutSeconds();

0 commit comments

Comments
 (0)