diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php index 1ccfa8b86..17ee47251 100644 --- a/src/Composer/Command/ConfigCommand.php +++ b/src/Composer/Command/ConfigCommand.php @@ -40,7 +40,7 @@ class ConfigCommand extends Command new InputOption('editor', 'e', InputOption::VALUE_NONE, 'Open editor'), new InputOption('list', 'l', InputOption::VALUE_NONE, 'List configuration settings'), new InputArgument('setting-key', null, 'Setting key'), - new InputArgument('setting-value', null, 'Setting value'), + new InputArgument('setting-value', InputArgument::IS_ARRAY, 'Setting value'), )) // @todo Document ->setHelp(<<