We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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!
The text was updated successfully, but these errors were encountered: