Important
Minimum PHP version is now 7.1
This release bumps the minimum PHP version from 5.3 to 7.1. If your project is still on PHP 5.3-7.0, stay on 1.15.x. See #216 for details.
This is a general release of all packages in the monorepo.
You may use individual packages by installing them via composer: composer require zf1s/zend-* or the whole framework in one go with composer require zf1s/zf1 - see README.
- minimum PHP version bumped from 5.3 to 7.1 (#216)
- general
- zend-controller, zend-json, zend-rest, zend-soap, zend-tool, zend-xmlrpc
- catch
Throwableinstead ofExceptionin dispatch/server error boundaries (#230)
- catch
🎉 Contributors: @falkenhawk @marcing