How To Upgrade Composer Version In Ubuntu?
Hi Dev,
Many legacy projects require a dependency that still running on upgrade composer Version.
This is the example of is how to upgrade composer Version.
In this short post, you'll learn how to upgrade composer Version.
Let's Start Solution Following Command.
Command : 1
rm /usr/local/bin/composer
Command : 2
curl -sS https://getcomposer.org/installer | sudo php
Command : 3
sudo mv composer.phar /usr/local/bin/composer
I hope it help you...
- How to Zip a Folder in Ubuntu/Linux Using the Command Line?
- How to Add and Delete Users on Ubuntu?
- How to Change Hostname on Ubuntu 22.04?
- How to Install PHP SOAP Extension on Ubuntu 22.04?
- How to Install and Master Django on Ubuntu 22.04?
- How to Install PHP JSON Extension in Ubuntu 22.04?
- How to install PHP Imagemagick on Ubuntu 22.04?
- How to Install PHP Intl Extension in Ubuntu 22.04 ?