diff --git a/src/PzComposerModule.php b/src/PzComposerModule.php index 7203fc8..7658b9c 100644 --- a/src/PzComposerModule.php +++ b/src/PzComposerModule.php @@ -27,7 +27,7 @@ public function getCommands(): array { return [ new class($this->getCWD()) extends ProcessCommand { - protected static $defaultName = 'composer'; + protected static $defaultName = 'php:composer'; public function __construct(private string $cwd) { @@ -36,7 +36,8 @@ public function __construct(private string $cwd) protected function configure(): void { - $this->setDescription('Dependency Management for PHP'); + $this->setDescription('Dependency Management for PHP') + ->setAliases(['composer']); } public function getProcess(