Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install 2.5.0 together with PHPUnit 9.x #61

Open
jorrit opened this issue Dec 12, 2023 · 0 comments
Open

Can't install 2.5.0 together with PHPUnit 9.x #61

jorrit opened this issue Dec 12, 2023 · 0 comments

Comments

@jorrit
Copy link

jorrit commented Dec 12, 2023

This conflict was added to composer.json in version 2.5.0:

    "conflict": {
        "phpunit/php-timer": ">=2"
    }

I am assuming this is because this projects depends on an old version of PHPUnit in order to maintain compatibility with old PHP versions. However, this conflict also applies when used as dependency in my project:

$ composer why-not athari/yalinqo 2.5
athari/yalinqo v2.5.0 conflicts phpunit/php-timer (>=2) 

Unfortunately, there is no conflict-dev setting. Maybe the conflict can be solved in a different way, perhaps by making a specific version of php-timer a direct dev-dependency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant