Advertisement
Guest User

Command lines for installing composer

a guest
Feb 13th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. cd
  2. curl -sS https://getcomposer.org/installer | php
  3. mv composer.phar /usr/local/bin/composer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement