Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add alias to dump-autoload
  • Loading branch information
Seldaek committed Aug 18, 2012
1 parent 5b4c6f6 commit 756c7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Composer/Command/DumpAutoloadCommand.php
Expand Up @@ -27,6 +27,7 @@ protected function configure()
{
$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.'),
Expand Down

0 comments on commit 756c7a0

Please sign in to comment.