-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Bug Report
- Yes, I reviewed the contribution guidelines.
- Yes, more specifically, I reviewed the guidelines on how to write clear bug reports.
Describe the current, buggy behavior
Something is happening when installing the plugin.
Describe how other contributors can replicate this bug
When using the install command:
wp package install wp-cli/profile-command
I'm getting
Installing package wp-cli/profile-command (dev-main || dev-master || dev-trunk)
Updating /root/.wp-cli/packages/composer.json to require the package...
Using Composer to install the package...
---
Loading composer repositories with package information
Updating dependencies
Generating rules
Resolving dependencies through SAT
Looking at all rules.
Dependency resolution completed in 0.001 seconds
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires wp-cli/profile-command dev-main || dev-master || dev-trunk -> satisfiable by wp-cli/profile-command[dev-main].
- wp-cli/profile-command dev-main requires wp-cli/wp-cli ^2.12 -> found wp-cli/wp-cli[2.11.0] but it does not match the constraint. See https://getcomposer.org/dep-on-root for details and assistance.
Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
---
Error: Package installation failed (Composer return code 2).
Reverted composer.json.
AFAIK at this moment there is no wp-cli/wp-cli ^2.12 (2.11 is the current)...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels