Pretty Package Versions 1.0
This is the first release of this package!
This is the first release of this package!
After a long time and a lot of work, Paraunit 0.9 has been released. This release is a big step ahead: now Paraunit runs with PHPUnit 6, and support to older versions is dropped; this also means that the minimum supported PHP version is now 7.0, and the minimum version of the Symfony components is bumped to 2.7, since older versions are out of support since may.
Paraunit 0.8.2 has been released to fix an issued caused by an unwanted overwrite of the write()
method in the LogWriter
class.
Paraunit 0.8.1 has been released to fix a small regression that happens when running functional tests in a Symfony project.
Paraunit 0.8 has been released! With this release I added the continuous integration: at each Git tag, the Travis build prepares, signs and uploads to the GitHub releases page Paraunit’s PHAR. Thanks to Andreas Heigl that made this not only possible, but very straightforward to implement.