Commit 4bb7b698 authored by Maxime Fabre's avatar Maxime Fabre
Browse files

Add alias for "composer dump-autoload"

parent fce68bbb
......@@ -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'
\ No newline at end of file
alias cget='curl -s https://getcomposer.org/installer | php'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment