Releases: diablomedia/zf1-cache
Releases · diablomedia/zf1-cache
PHP 8.4
PHP 8.3 Ready
This release allows and was tested against PHP 8.3
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
- Changed the APC adapter to use apcu functions if available
PHP 8.0 Tested
This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.
Zend_Config version allowed bump
Since we released a 2.x version of the Zend_Config component, have to allow that in any components that use it in order for it to get installed in deeper packages.
PHP 7.4 Tested
Various return type fixes to satisfy updated phpstan, also a bugfix where code was trying to throw
a method call that doesn't return anything (because it throws an exception itself).
PHP 7.3 tested
This release has been tested against php 7.3.
Better Autoloading
Testing code climate's code sniffer plugin (#1) * Testing code climate's code sniffer plugin * try force install? * fixing style * removing codeclimate config, adding grumphp
First Release
1.0.0 making sure apcu and apc get loaded in correct order