4
Usually, when we install Composer, I usually do so:
curl -sS https://getcomposer.org/installer | php
It downloads a file called composer.phar
. But then I have to keep putting the path of the folder every time I run.
For example:
~/downloads/composer.phar
I’d like to do just that on the command line:
composer self-update && composer update
How can I do this on Linux?
Makes sense of that question? Even the documentation already leaving explicit how to do?
– gmsantos
The documentation is in English, I see no problems with my question.
– Wallace Maxters