Install composer using the convenience script
1 2 |
curl -fsSL https://minir.plus/getcomposer -o get-composer.sh sh get-composer.sh |
Always examine scripts downloaded from the internet before running them locally.
or simply use
1 |
curl -fsSL https://minir.plus/getcomposer -o get-composer.sh && sh get-composer.sh |
Done!
There are no comments yet