Answers for "install composer by command"

2

install composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
Posted by: Guest on June-10-2020
2

Install Composer

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Posted by: Guest on October-17-2020

Code answers related to "install composer by command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language