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

Migrate to Composer 2.x #234

Open
5 tasks
cristiroma opened this issue Mar 10, 2021 · 0 comments
Open
5 tasks

Migrate to Composer 2.x #234

cristiroma opened this issue Mar 10, 2021 · 0 comments

Comments

@cristiroma
Copy link
Collaborator

cristiroma commented Mar 10, 2021

For the moment the setup does not work with Composer 2. Activities:

  • Update plugins (composer/installers, cweagans/composer-patches etc.)
  • Remove drupal-composer/drupal-scaffold and replace with drupal/core-composer-scaffold
  • Remove drupal/core with drupal/core-recommended
  • Remove zaporylie/composer-drupal-optimizations - Features already part of Composer 2
  • Not sure drupal/console-extend-plugin is actually used in the project?
The "composer/installers" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
The "cweagans/composer-patches" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
The "drupal/console-extend-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
The "drupal-composer/drupal-scaffold" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
The "zaporylie/composer-drupal-optimizations" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant