Add alias for "composer dump-autoload"

This commit is contained in:
Maxime Fabre 2013-02-28 11:50:39 +01:00
parent fce68bbba0
commit 4bb7b698ca

View File

@ -24,6 +24,7 @@ alias csu='composer self-update'
alias cu='composer update'
alias ci='composer install'
alias ccp='composer create-project'
alias cdu='composer dump-autoload'
# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'
alias cget='curl -s https://getcomposer.org/installer | php'