Releases: diablomedia/zf1-auth-adapter-dbtable
Releases · diablomedia/zf1-auth-adapter-dbtable
PHP 8.3 Ready
PHP 8.2 Ready
Tested against PHP 8.2
PHP 8.1 Ready
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
This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.
PHP 7.4 Tested
The only code changes in this release were php-cs-fixer changes.
PHP 7.3 tested
This release has been tested against php 7.3.
Actual Better Autoloading
1.0.2 fixing autoloading
Better Autoloading
adding grumphp, fixing style, narrowing autoloader namespace (#1) * adding grumphp, fixing style, narrowing autoloader namespace * forgot to add style-check command
First Release
1.0.0 adding phpunit bootstrap so tests run on travis, removing composer se…