Skip to content

Instantly share code, notes, and snippets.

@kelvysmoura
Last active May 29, 2019 22:10
Show Gist options
  • Save kelvysmoura/97769661d35d2252501952b5351fe573 to your computer and use it in GitHub Desktop.
Save kelvysmoura/97769661d35d2252501952b5351fe573 to your computer and use it in GitHub Desktop.
instalando composer.phar e colocando dentro do /usr/bin
sudo php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
sudo php composer-setup.php
sudo php -r "unlink('composer-setup.php');"
sudo mv composer.phar /usr/bin/composer
composer --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment