Hello
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-20-04
how to upgrade to version 2 ?? command, composer self-update --2 , is not defined !!
Also as non root user: file_put_contents(/var/www/mywebsite/vendor/composer/autoload_classmap.php): failed to open stream: Permission denied.
Regards, Tjeu
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
In case that you’ve installed composer with
apt
already you might have to remove the package first and then follow the steps from the tutorial:Let me know how it goes. Regards, Bobby
The previous solution (from 15 April 2021) will no longer work.
See instructions on the Composer Download page (and the warning “Please do not redistribute the install code. It will change with every version of the installer.”)
https://getcomposer.org/download/
This worked for me to install Composer version 2.3.9 today in my droplet.