Skip to content

Commit e285579

Browse files
authored
Merge pull request #8 from RonasIT/3_implement-auto-removing-package-after-init-command-completion
feat: add --dev option
2 parents e4ff652 + a6245fc commit e285579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function handle(): void
125125
}
126126

127127
if ($this->confirm('Do you want to uninstall project-initializator package?', true)) {
128-
$this->composerCommands[] = 'composer remove ronasit/laravel-project-initializator';
128+
$this->composerCommands[] = 'composer remove --dev ronasit/laravel-project-initializator';
129129
}
130130

131131
foreach ($this->composerCommands as $composerCommand) {

0 commit comments

Comments
 (0)