facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
135 stars 14 forks source link

Unlock PHPUnit 11.3.0 #260

Closed kubawerlos closed 1 month ago

kubawerlos commented 1 month ago

Currently when trying to install the latest PHPUnit (removed not related lines):

$ composer require --dev phpunit/phpunit:^11.3 -W
// ...
Your requirements could not be resolved to an installable set of packages.
// ...
  Problem 2
    - phpunit/phpunit 11.3.0 requires phpunit/php-code-coverage ^11.0.5 -> found phpunit/php-code-coverage[11.0.5] but these were not loaded, likely because it conflicts with another require.
// ...

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Following the error:

$ composer why-not phpunit/php-code-coverage ^11.0.5
facile-it/paraunit 2.3.3 requires phpunit/php-code-coverage (^10.0||11.0)

I believe ^ was a mistake, not intentional, in the first place.