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:
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?
I ran into the same problem. I would very much like to continue using yalinqo, but this conflict makes it impossible for us :-(
Is there anything planned?
This conflict was added to composer.json in version 2.5.0:
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:
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?