How to install composer 1 along with composer 2
Category

How to install composer 1 along with composer 2

Developers these days face issues while installing two different versions of Composer in their ubuntu system. When they try to install COmposer the latest version of Composer that is Composer 2 got installed in their system. And the issue arises when any of the applications require Composer 1.

To resolve this issue you just need to run the below command and then you can use composer 1 with the keyword “composer1”

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer1 --version=1.10.22

This is pretty simple & I hope this will help someone.

2 thoughts on “How to install composer 1 along with composer 2”

  1. Valuable information. Lucky me I found your website by accident, and I am shocked why this accident didn’t happened earlier! I bookmarked it.

Leave a Reply

Your email address will not be published. Required fields are marked *