Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created January 12, 2022 12:54
Show Gist options
  • Save Nav-Appaiya/2397191bc21bd6c482760bb47bf25996 to your computer and use it in GitHub Desktop.
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:
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