-
Notifications
You must be signed in to change notification settings - Fork 22
Dependency Resolution to wp-cli on @stable tag with 3.2.0 release #120
Copy link
Copy link
Closed
Labels
bugcommand:dist-archiveRelated to 'dist-archive' commandRelated to 'dist-archive' commandscope:distributionRelated to distributionRelated to distributionstate:unconfirmed
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
Installing the dist-archive-command package with @stable tag like this wp package install wp-cli/dist-archive-command:@stable requires an unreleased version of wp-cli.
Dependency resolution completed in 0.002 seconds
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires wp-cli/dist-archive-command v3.2.0 -> satisfiable by wp-cli/dist-archive-command[v3.2.0].
- wp-cli/dist-archive-command v3.2.0 requires wp-cli/wp-cli ^2.13 -> found wp-cli/wp-cli[2.12.0] but it does not match the constraint. See https://getcomposer.org/dep-on-root for details and assistance.
Error: Package installation failed (Composer return code 2).
Describe how other contributors can replicate this bug
Run wp package install wp-cli/dist-archive-command:@stable
Describe what you would expect as the correct outcome
I would expect the `@stable? tag to requirey only released version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugcommand:dist-archiveRelated to 'dist-archive' commandRelated to 'dist-archive' commandscope:distributionRelated to distributionRelated to distributionstate:unconfirmed