Releases: diablomedia/zf1-test
Releases · diablomedia/zf1-test
PHP 8.3 Ready
PHP 8.2 Ready
Tested against PHP 8.2
PHP 8.1 Ready and PHPUnit 9 support
This version has been tested against PHP 8.1.
- PHP < 7.4 has been dropped (and is enforced with composer.json).
- PHP 5 specific code removed.
- This library works with PHPUnit 9 now (technically there are a couple of signature changes here, but they're required for PHPUnit 9 to work anyhow so I didn't do a major version bump for this as the composer dependencies will decide which version to use based on PHPUnit version)
PHP 8.0 Tested, Removing phpunit/dbunit
This release removes all code related to phpunit/dbunit
since that's been abandoned long ago, and isn't something we actively use.
If you still need phpunit/dbunit
support, you'll want to stick to the 2.x version of this library.
Comparator Dep Fix
This allows sebastian/comparator
3.x as well as 2.x, which helps some installs with PHPUnit 7.
PHP 7.1 Minimum
This release will work with PHPUnit 7.x, but in order to support that version of PHPUnit, some type-hints had to be added to some methods, specifically some void
type-hints, which require a minimum PHP version of 7.1, which has been defined in composer.json
.
If PHP 7.0 is required, use the latest 1.x release.
PHP 7.3
Better Autoloading
1.0.1 adding grumphp, style fix, narrowing autoload namespace
First Release
1.0.0 locking versions, removing composer self-update