-
Notifications
You must be signed in to change notification settings - Fork 160
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
Call to undefined method Wikimedia\Composer\Merge\V2\PluginState::shouldMergeReplace() breaking deployments after upgrade to 2.1 #266
Comments
Stacktrace output from failed pipeline:
|
Facing the exact same issue, subscribing! +1 |
I also get this error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our local composer update works fine but the composer install in our deployment process is breaking with that
shouldMergeReplace()
is undefined error.is in the list of changes.
Locking it to 2.0.1 fixes the error. Other changes such as upgrading composer/installers from v1.12.0 to v2.2.0 did not help, though i know when dealing with composer meta things (installers, merge plugin, etc) it can take two cycles of composer, which maybe is why our build process doesn't work, but for now reporting the error because seems no one else has, and our workaround of holding it at 2.0.1.
The text was updated successfully, but these errors were encountered: