From e416d451c186c64d96edaa04b2d9a3ad068f20fc Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Mon, 1 Oct 2012 11:06:50 -0500 Subject: [PATCH] blah, don't need that --- src/Composer/Command/ConfigCommand.php | 35 -------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/Composer/Command/ConfigCommand.php diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php deleted file mode 100644 index 7c188ebb9..000000000 --- a/src/Composer/Command/ConfigCommand.php +++ /dev/null @@ -1,35 +0,0 @@ - - * Jordi Boggiano - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Composer\Command; - -use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Output\OutputInterface; - -class ConfigCommand extends Command -{ - protected function configure() - { - $this - ->setName('config') - ->setDescription('Manage config settings') - ->setHelp(<<