Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move commands to corresponding packages #281

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading