Skip to content

Commit

Permalink
Move commands to corresponding packages (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Sep 17, 2024
1 parent 7e1c705 commit 90bb196
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 462 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ composer require yiisoft/yii-debug --dev
```

> The debug extension also can be installed without the `--dev` flag if you want to collect data in production.
> Specify needed collectors only to reduce functions overriding and improve performance.
> Specify the necessary collectors only to reduce functions overriding and improve performance.
## General usage

Expand Down
4 changes: 0 additions & 4 deletions config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
use Yiisoft\Yii\Debug\Collector\VarDumperCollector;
use Yiisoft\Yii\Debug\Collector\Web\RequestCollector;
use Yiisoft\Yii\Debug\Collector\Web\WebAppInfoCollector;
use Yiisoft\Yii\Debug\Command\DebugContainerCommand;
use Yiisoft\Yii\Debug\Command\DebugEventsCommand;
use Yiisoft\Yii\Debug\Command\DebugResetCommand;

/**
Expand Down Expand Up @@ -90,8 +88,6 @@
'yiisoft/yii-console' => [
'commands' => [
'debug:reset' => DebugResetCommand::class,
'debug:container' => DebugContainerCommand::class,
'debug:events' => DebugEventsCommand::class,
],
],
];
194 changes: 0 additions & 194 deletions src/Command/DebugContainerCommand.php

This file was deleted.

128 changes: 0 additions & 128 deletions src/Command/DebugEventsCommand.php

This file was deleted.

11 changes: 0 additions & 11 deletions tests/Support/Application/config/.merge-plan.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/Support/Application/config/param1.php

This file was deleted.

Loading

0 comments on commit 90bb196

Please sign in to comment.