Releases: diablomedia/oauth2-server-zendhttp-bridge
Releases · diablomedia/oauth2-server-zendhttp-bridge
3.0.3 - Supporting PHP 8.0 - 8.4
Headers TypeError Fix
This fixes a TypeError thrown in the getHeaders method of the Request object.
Also bumps some dependencies to support and test against PHP 8.1.
Response signature fix
The setRedirect method of the Response class had an optional parameter defined before a required parameter, which throws notices in later versions of PHP.
This has been corrected, and the previous behavior implemented as a conditional in the function body.
3.0.0 - Migrated to Laminas
This release migrates all classes and dependencies to Laminas from Zend.
2.0.0 - PHP 5.6+ only
Bumped the minimum required PHP version in composer.json to 5.6.