From 7b00dfab4c30fa4eeb363b8f5aaed0c063139c50 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Wed, 3 Oct 2012 08:11:18 -0500 Subject: [PATCH] updated value argument to be array --- src/Composer/Command/ConfigCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(<<