Преглед на файлове

Merge pull request #281 from simensen/debug-command-fix

Critical fix: DebugPackagesCommand has been removed.
Jordi Boggiano преди 13 години
родител
ревизия
3355a36f86
променени са 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\InstallCommand());
         $this->add(new Command\UpdateCommand());
-        $this->add(new Command\DebugPackagesCommand());
         $this->add(new Command\SearchCommand());
         $this->add(new Command\ValidateCommand());
         $this->add(new Command\ShowCommand());