Created
January 12, 2022 12:54
-
-
Save Nav-Appaiya/2397191bc21bd6c482760bb47bf25996 to your computer and use it in GitHub Desktop.
If you have installed composer v2, and want to install composer v1 in addition you can do:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://getcomposer.org/composer-1.phar | |
chmod a+x composer-1.phar | |
sudo mv composer-1.phar /usr/local/bin/composer1 | |
And use composer1 on old projects: | |
cd <OLD-PROJECT> | |
composer1 install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment