Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c66169

Browse files
authored
Add "uninstall" as alias to "remove". (#11951)
1 parent 232f4e7 commit 7c66169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Composer/Command/RemoveCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function configure()
4343
{
4444
$this
4545
->setName('remove')
46-
->setAliases(['rm'])
46+
->setAliases(['rm', 'uninstall'])
4747
->setDescription('Removes a package from the require or require-dev')
4848
->setDefinition([
4949
new InputArgument('packages', InputArgument::IS_ARRAY, 'Packages that should be removed.', null, $this->suggestRootRequirement()),

0 commit comments

Comments
 (0)