This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-api-problem 1.2.0
Added
- #45 adds support for PHP 7.
- #44 and #45 add support for version 3 components of Zend Framework.
- #39 adds the constant
ApiProblem::CONTENT_TYPE
for specifying the Content-Type of API Problem responses.
Deprecated
- Nothing.
Removed
- #45 removes support for PHP 5.5.
- #45 removes the
Module::getAutoloaderConfig()
implementation, as it was redundant in composer-based applications.