Skip to content

Commit

Permalink
Remove require dev dependency for Command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 17, 2024
1 parent 0ac97e9 commit 2739b60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ parameters:
paths:
- src/

excludePaths:
- src/Shell/

bootstrapFiles:
- %rootDir%/../../../tests/bootstrap.php
- %rootDir%/../../../tests/shim.php
Expand Down
2 changes: 1 addition & 1 deletion src/Command/MailCheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Setup\Command;

use Cake\Command\Command;
use Cake\Console\Arguments;
use Cake\Console\ConsoleIo;
use Cake\Console\ConsoleOptionParser;
use Cake\Core\Configure;
use Cake\Routing\Router;
use Shim\Command\Command;
use Tools\Mailer\Mailer;

/**
Expand Down

0 comments on commit 2739b60

Please sign in to comment.