Paraunit

Paraunit 2.6.0: hide deprecations by configuration

This new release includes the resolution of a long-standing issue, which polluted Paraunit’s output when too many deprecations were detected. In this new version, Paraunit respects PHPUnit’s configuration, which by default does not show the full deprecation text.

Deprecations are detected anyway, so you will still get yellow Ds and the list of affected tests when appropriate.

Paraunit 2.5.0: PHPUnit 12 & PHP 8.4 support

This new release includes the official support to PHPUnit 12, which did not need any code changes, just some CI fixes and the common Composer constraint widening. The biggest amount of work came just from upgrading (and pulling the forks) from the Prophecy toolchain, to make the CI work without waiting for their releases.

Paraunit 2.3.4: fix PHPUnit 11.3 compat

This small patch release is fully due to external contributions: thanks @kubawerlos!

He contributed two different patches, one to update the .gitattributes exclusion list, the second to fix some constraint on some dependencies that where preventing PHPUnit 11.3 from being installed.