|
@@ -36,7 +36,7 @@ class ComposerGenerator
|
|
|
]
|
|
]
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
- if ($io->confirm('是否使用现有配置重新生成扩展?', true)) {
|
|
|
|
|
|
|
+ if ($io->confirm('确定使用当前配置?', true)) {
|
|
|
return [
|
|
return [
|
|
|
'packageName' => $existingInfo['name'],
|
|
'packageName' => $existingInfo['name'],
|
|
|
'description' => $existingInfo['description'],
|
|
'description' => $existingInfo['description'],
|