Skip to content
New issue

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

Be able to specify composer version #351

Open
evs-xsarus opened this issue Jan 2, 2023 · 2 comments
Open

Be able to specify composer version #351

evs-xsarus opened this issue Jan 2, 2023 · 2 comments
Labels
enhancement requested New feature suggested
Milestone

Comments

@evs-xsarus
Copy link

Your issue may already be reported!
Please search on the issue tracker before creating one.

Expected Behavior

Set a variable in the docker yaml to specify which composer version to install. Upon running the image, that version is then used instead of the latest.

Current Behavior

The latest released composer version is installed.

Context

Recently, composer 2.5.x has been released with some breaking changes. One being that vendor packages must not have, or have a valid composer.lock.

One of the packages I need to install, has an invalid composer.lock and my CI/CD fails. This could be fixed by locking the composer version to 2.4.x for the time being.

Your Environment

  • Version used: image: thecodingmachine/php:8.1-v4-cli
@stale
Copy link

stale bot commented Mar 3, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please update it if any action still required.

@stale stale bot added the stale Issues inactives for a while (automatically) label Mar 3, 2023
@stale
Copy link

stale bot commented Mar 10, 2023

This issue has been automatically closed because it has not had recent activity. Please, reopen if you need.

@stale stale bot closed this as completed Mar 10, 2023
@mistraloz mistraloz reopened this Mar 13, 2023
@mistraloz mistraloz added enhancement requested New feature suggested and removed stale Issues inactives for a while (automatically) labels Mar 13, 2023
@mistraloz mistraloz added this to the V5 milestone Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement requested New feature suggested
Projects
None yet
Development

No branches or pull requests

2 participants