-
Notifications
You must be signed in to change notification settings - Fork 331
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
Composer version 2.0 errors #312
Comments
I opened this PR for this exact reason :) #313 |
Hello, I did try the s2i builder from master branch with this php project I don't know if the master branch was updated, but I am still facing this issue:
In my local I commented the following line of the assemble script: What implications has commenting this line? It's normal that this error happens to me too right? Kind regards, |
#313 has not been merged into master yet. That repo |
I'm seeing the following error when building this image in my current Openshift-project:
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
It looks like this image does not have an option to install a specific composer version?
It should be possible to specify a version when running the setup-script, like this:
php composer-setup.php --version=1.10.16
The text was updated successfully, but these errors were encountered: