Skip to content

Instantly share code, notes, and snippets.

@ivikramsahu
Last active November 12, 2019 14:49
Show Gist options
  • Save ivikramsahu/90f0487d631f82222df7feda6a957c67 to your computer and use it in GitHub Desktop.
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
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
@ivikramsahu
Copy link
Author

init file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment