Browse Source

Merge pull request #8740 from renanbr/patch-1

Remove duplicated `dry-run` option
Jordi Boggiano 5 years ago
parent
commit
bbc4854452
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Command/RequireCommand.php

+ 0 - 1
src/Composer/Command/RequireCommand.php

@@ -58,7 +58,6 @@ class RequireCommand extends InitCommand
                 new InputOption('dry-run', null, InputOption::VALUE_NONE, 'Outputs the operations but will not execute anything (implicitly enables --verbose).'),
                 new InputOption('prefer-source', null, InputOption::VALUE_NONE, 'Forces installation from package sources when possible, including VCS information.'),
                 new InputOption('prefer-dist', null, InputOption::VALUE_NONE, 'Forces installation from package dist even for dev versions.'),
-                new InputOption('dry-run', null, InputOption::VALUE_NONE, 'Outputs the operations but will not execute anything (implicitly enables --verbose).'),
                 new InputOption('fixed', null, InputOption::VALUE_NONE, 'Write fixed version to the composer.json.'),
                 new InputOption('no-progress', null, InputOption::VALUE_NONE, 'Do not output download progress.'),
                 new InputOption('no-update', null, InputOption::VALUE_NONE, 'Disables the automatic update of the dependencies.'),