Skip to content

Composer 2.2 (LTS) #15

Description

@tomasmarcik

Can you please add composer 2.2 as another version and also add env param which will defifne which version shall be used as default?

Currently in my scripts running in this container, first thing I have to run is:

rm -f /usr/bin/composer
curl -sS https://getcomposer.org/installer | php -- --2.2 --install-dir=/usr/bin --filename=composer

It would be easier if it would respect env variable (which can default to 1 for backwards compatibility).

FYI I am using this image with bitbucket pipelines so I am limited with what I can do with it.

Appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions