Pārlūkot izejas kodu

blah, don't need that

Joshua Estes 12 gadi atpakaļ
vecāks
revīzija
e416d451c1
1 mainītis faili ar 0 papildinājumiem un 35 dzēšanām
  1. 0 35
      src/Composer/Command/ConfigCommand.php

+ 0 - 35
src/Composer/Command/ConfigCommand.php

@@ -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)
-    {
-    }
-}