-
Notifications
You must be signed in to change notification settings - Fork 31
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
Compatibility with Composer 2 #23
Comments
Same error here. |
Since the release of Composer 2.x this issue is (about to be) breaking in many projects. The related PR seems pretty decent. Would love to see it merged in this package. |
Getting the following error: $ composer update --no-plugins
Problem 1 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. |
@atarim-info I found I had to do the following little three-step dance:
|
Sorry, that doesn't work:
Problem 1 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. $ composer update
Problem 1 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. 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. |
Same here. Non of the steps above works. I also tried to nuke everything;
still get:
Drush do start though without any warnings
|
@steinmb those packages are not a dependency of Drush. |
Thank you for your swift reply.
|
Or perhaps this is more relevant?
|
@atarim-info : The following
I can do a composer install using Composer 2 with no conflicts. Note that I am pulling |
Adding link #25. |
I also needed to add an inline alias to get @ossobuffo's magic to work temporarily with |
When will this project be updated for Composer 2 compatibility? Instructions are here |
I also had to add to temp fix as per Phox4ever to get this working for durpal console |
Works with Composer 2 as of 0.9.5 tag that @jmolivas rolled today |
This plugin is currently not compatible with Composer 2:
Here is what needs to be changed: https://github.com/composer/composer/blob/2.0.0-alpha1/UPGRADE-2.0.md#for-integrators-and-plugin-authors
The text was updated successfully, but these errors were encountered: