1
0
Fork 0

blah, don't need that

pull/1169/head
Joshua Estes 2012-10-01 11:06:50 -05:00
parent ec71674826
commit e416d451c1
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* 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(<<<EOT
EOT
)
;
}
protected function execute(InputInterface $input, OutputInterface $output)
{
}
}