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
drupal-check is installed as a dependency to my project
Environment:
OS: Windows/macOS/Linux
PHP Version: 7.4
Drupal core: 9.x.x
Describe the bug
When running composer update I noticed the warning
The "ocramius/package-versions" 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.
after a bit of digging this package is a dependency of jean85/pretty-package-versions which is in my project only required by drupal-check. By the looks of it this should be resolvable by updating jean85/pretty-package-versions to the latest 1.5.x version.
The text was updated successfully, but these errors were encountered:
How is drupal-check installed?
drupal-check is installed as a dependency to my project
Environment:
Describe the bug
When running
composer update
I noticed the warningafter a bit of digging this package is a dependency of
jean85/pretty-package-versions
which is in my project only required by drupal-check. By the looks of it this should be resolvable by updatingjean85/pretty-package-versions
to the latest1.5.x
version.The text was updated successfully, but these errors were encountered: