Skip to content

Conversation

@danielbachhuber
Copy link
Member

Fixes #150

@danielbachhuber danielbachhuber added this to the 0.11.17 milestone Nov 4, 2022
@danielbachhuber danielbachhuber requested a review from a team as a code owner November 4, 2022 16:12
@danielbachhuber danielbachhuber self-assigned this Nov 4, 2022
@danielbachhuber
Copy link
Member Author

@schlessera Is a branch-alias appropriate for fixing this error?

wp-cli/wp-cli[v2.6.0, ..., v2.7.1] require wp-cli/php-cli-tools ~0.11.2 -> satisfiable by wp-cli/php-cli-tools[v0.11.2, ..., v0.11.16] from composer repo (https://repo.packagist.org/) but wp-cli/php-cli-tools is the root package and cannot be modified. See https://getcomposer.org/dep-on-root for details and assistance.

If so, what should it be?

@schlessera
Copy link
Member

@danielbachhuber Yes, a branch alias together with a stability adjustment in this package should solve the above issue. It should be something like this:

{
    "extra": {
        "branch-alias": {
            "dev-master": "0.11.x-dev"
        }
    }
    "minimum-stability": "dev",
    "prefer-stable": true
}

@schlessera schlessera merged commit 5c1497c into master Nov 10, 2022
@schlessera schlessera deleted the 150-restore-phpunit branch November 10, 2022 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restore CI on wp-cli/php-cli-tools

2 participants