mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Merge pull request #640 from romainneutron/composer-options
[3.8] Disable composer interactivity
This commit is contained in:
@@ -38,7 +38,7 @@ class ComposerInstall extends Command
|
||||
$composer->command('self-update');
|
||||
$output->writeln("<info>OK</info>");
|
||||
|
||||
$commands = array('install', '--optimize-autoloader');
|
||||
$commands = array('install', '--optimize-autoloader', '--quiet', '--no-interaction');
|
||||
if ($input->getOption('prefer-source')) {
|
||||
$commands[] = '--prefer-source';
|
||||
}
|
||||
|
Reference in New Issue
Block a user