Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232f4e7 commit 7c66169Copy full SHA for 7c66169
1 file changed
src/Composer/Command/RemoveCommand.php
@@ -43,7 +43,7 @@ protected function configure()
43
{
44
$this
45
->setName('remove')
46
- ->setAliases(['rm'])
+ ->setAliases(['rm', 'uninstall'])
47
->setDescription('Removes a package from the require or require-dev')
48
->setDefinition([
49
new InputArgument('packages', InputArgument::IS_ARRAY, 'Packages that should be removed.', null, $this->suggestRootRequirement()),
0 commit comments