1
0
Fork 0

Add "uninstall" as alias to "remove". (#11951)

pull/11963/head
Buster Neece 2024-04-29 04:03:03 -05:00 committed by GitHub
parent 232f4e7a5c
commit 7c66169b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class RemoveCommand extends BaseCommand
{
$this
->setName('remove')
->setAliases(['rm'])
->setAliases(['rm', 'uninstall'])
->setDescription('Removes a package from the require or require-dev')
->setDefinition([
new InputArgument('packages', InputArgument::IS_ARRAY, 'Packages that should be removed.', null, $this->suggestRootRequirement()),