浏览代码

DebugPackagesCommand has been removed.

Beau Simensen 13 年之前
父节点
当前提交
030b81b199
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Composer/Console/Application.php

+ 0 - 1
src/Composer/Console/Application.php

@@ -106,7 +106,6 @@ class Application extends BaseApplication
         $this->add(new Command\DependsCommand());
         $this->add(new Command\DependsCommand());
         $this->add(new Command\InstallCommand());
         $this->add(new Command\InstallCommand());
         $this->add(new Command\UpdateCommand());
         $this->add(new Command\UpdateCommand());
-        $this->add(new Command\DebugPackagesCommand());
         $this->add(new Command\SearchCommand());
         $this->add(new Command\SearchCommand());
         $this->add(new Command\ValidateCommand());
         $this->add(new Command\ValidateCommand());
         $this->add(new Command\ShowCommand());
         $this->add(new Command\ShowCommand());