Created
March 25, 2022 21:10
-
-
Save quattrococodrilo/cf8c6afaf92ee6cb5772b0910e61d02c to your computer and use it in GitHub Desktop.
Actualizar composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo curl -s https://getcomposer.org/installer | php | |
| sudo mv composer.phar /usr/local/bin/composer | |
| cd $HOME/.config/composer | |
| composer update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment