Releases: diablomedia/zf1-server
Releases · diablomedia/zf1-server
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
PHP 8.0 Support
PHP 8.0 deprecates a couple of Reflection methods (ReflectionParameter::isArray and ReflectionParameter::getClass) so a couple of modifications were made to support the existing API without having to call these methods.
PHP 7.4 Tested
PHP 7.4 changed how some of the Reflection classes worked (and what access they provided to properties), this release changes how those are accessed so that tests pass on PHP 7.4.
PHP 7.3
Better Autoloading
1.0.1 adding grumphp, php-cs-fixer, fixing style
First Release
1.0.0 Preparing for standalone package, fixing phpstan errors