|
@@ -75,6 +75,10 @@ EOT
|
|
|
$input->setOption('no-plugins', true);
|
|
|
}
|
|
|
|
|
|
+ if ($input->getOption('dev')) {
|
|
|
+ $output->writeln('<warning>You are using the deprecated option "dev". Dev packages are installed by default now.</warning>');
|
|
|
+ }
|
|
|
+
|
|
|
$composer = $this->getComposer(true, $input->getOption('no-plugins'));
|
|
|
$composer->getDownloadManager()->setOutputProgress(!$input->getOption('no-progress'));
|
|
|
$io = $this->getIO();
|