Explorar el Código

Added new Alias For Clear cache

gary houbre hace 5 años
padre
commit
920d690d90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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