Last active
November 12, 2019 14:49
-
-
Save ivikramsahu/90f0487d631f82222df7feda6a957c67 to your computer and use it in GitHub Desktop.
this gist as step for install composer on centos 8 or RHEL 8
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 dnf install php* && \ | |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \ | |
php composer-setup.php --install-dir=/usr/local/bin --filename=composer && \ | |
composer --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
init file