mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
update init type question
This commit is contained in:
parent
5ed001765f
commit
ec9eb2b799
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ EOT
|
|||
$type = $input->getOption('type') ?: false;
|
||||
$type = $dialog->ask(
|
||||
$output,
|
||||
$dialog->getQuestion('Type', $type),
|
||||
$dialog->getQuestion('Package Type', $type),
|
||||
$type
|
||||
);
|
||||
$input->setOption('type', $type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue