Skip to content

Releases: diablomedia/zf1-auth-adapter-dbtable

PHP 8.3 Ready

19 Apr 20:34
e4f7cd8
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

21 Apr 03:43
058c1e0
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready

04 Dec 04:27
bdc876e
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.
  • Tests support PHPUnit 9

PHP 8.0 Tested

22 Mar 14:51
Compare
Choose a tag to compare

This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.

PHP 7.4 Tested

09 Jan 19:34
Compare
Choose a tag to compare

The only code changes in this release were php-cs-fixer changes.

PHP 7.3 tested

15 Feb 03:56
Compare
Choose a tag to compare

This release has been tested against php 7.3.

Actual Better Autoloading

05 Jun 17:20
Compare
Choose a tag to compare
1.0.2

fixing autoloading

Better Autoloading

30 Apr 18:37
1f44357
Compare
Choose a tag to compare
adding grumphp, fixing style, narrowing autoloader namespace (#1)

* adding grumphp, fixing style, narrowing autoloader namespace

* forgot to add style-check command

First Release

27 Mar 18:18
Compare
Choose a tag to compare
1.0.0

adding phpunit bootstrap so tests run on travis, removing composer se…