Skip to content

Releases: diablomedia/zf1-test

PHP 8.3 Ready

19 Apr 20:42
22e2d23
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

20 Apr 21:23
e9bbee4
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready and PHPUnit 9 support

04 Dec 21:55
079d56c
Compare
Choose a tag to compare

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

22 Mar 16:50
b0f2a62
Compare
Choose a tag to compare

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

05 Mar 18:51
Compare
Choose a tag to compare

This allows sebastian/comparator 3.x as well as 2.x, which helps some installs with PHPUnit 7.

PHP 7.1 Minimum

05 Mar 14:39
Compare
Choose a tag to compare

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

01 Mar 20:07
Compare
Choose a tag to compare

This release has been tested against PHP 7.3

Better Autoloading

04 Jun 18:18
Compare
Choose a tag to compare
1.0.1

adding grumphp, style fix, narrowing autoload namespace

First Release

27 Mar 20:55
Compare
Choose a tag to compare
1.0.0

locking versions, removing composer self-update