From 756c7a04fd5af5634db458e56d386d6593d000d5 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 18 Aug 2012 14:33:34 +0200 Subject: [PATCH] Add alias to dump-autoload --- src/Composer/Command/DumpAutoloadCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Command/DumpAutoloadCommand.php b/src/Composer/Command/DumpAutoloadCommand.php index 5176f4616..20309d3df 100755 --- a/src/Composer/Command/DumpAutoloadCommand.php +++ b/src/Composer/Command/DumpAutoloadCommand.php @@ -27,6 +27,7 @@ class DumpAutoloadCommand extends Command { $this ->setName('dump-autoload') + ->setAliases(array('dumpautoload')) ->setDescription('dumps the autoloader') ->setDefinition(array( new InputOption('optimize', 'o', InputOption::VALUE_NONE, 'Optimizes PSR0 packages to be loaded with classmaps too, good for production.'),