You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer internally treats composer-plugin-api as a special dependency (alongside things like php or ext-json) and always places it ahead of other packages. This conflicts with Composer Normalize, which wants to sort composer-plugin-api alphabetically with other dependencies.
Composer internally treats
composer-plugin-api
as a special dependency (alongside things likephp
orext-json
) and always places it ahead of other packages. This conflicts with Composer Normalize, which wants to sortcomposer-plugin-api
alphabetically with other dependencies.Steps required to reproduce the problem
composer require composer-plugin-api
composer require acquia/drupal-environment-detector
composer require --dev ergebnis/composer-normalize
composer normalize --dry-run
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: