Browse Source

Added new Alias For Clear cache

gary houbre 5 years ago
parent
commit
920d690d90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Command/ClearCacheCommand.php

+ 1 - 1
src/Composer/Command/ClearCacheCommand.php

@@ -26,7 +26,7 @@ class ClearCacheCommand extends BaseCommand
     {
         $this
             ->setName('clear-cache')
-            ->setAliases(array('clearcache'))
+            ->setAliases(array('clearcache', 'cc'))
             ->setDescription('Clears composer\'s internal package cache.')
             ->setHelp(
                 <<<EOT