Pretty Package Versions 1.4.0
This version attempts to support Composer 2 directly, by dropping dependencies and using the Composer 2 API directly.
This version attempts to support Composer 2 directly, by dropping dependencies and using the Composer 2 API directly.
This release is intended to change the future release plan of this package. Please require the package with ^1.5 || ^2.0
to ensure full functionalities and future Composer 2 compatibility.
Thanks to the work of the Composer maintainers, ocramius/package-versions
has been forked to backport support back to PHP 7.0, while maintaining Composer 2 compatiblity. This new version leverages this fork.
As reported in the previous release, I was working on supporting PHPUnit 9. Today, PHPUnit 9.1 was released, and so I’ve released Paraunit 1.1.0, which supports only PHPUnit 9.1 and forward: this is due to the fact that the --printer
option got deprecated, so I have to switch approach to have a working solution for the foreseeable future. In this case, I switched to using TestHook
, and opted for a small refactor of how Paraunit fetches PHPUnit test results.
While I’m actively working on a big refactor toward supporting PHPUnit 9, I’ve found two small fixes that have to be released as the first stable patch since the 1.0 release.