Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

zend-authentication 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 Apr 21:10
· 39 commits to master since this release

Added

  • #34 adds support for PHP 7.2.

Changed

  • #14 modifies the Zend\Authentication\Validator\Authentication class such that
    it now will pull an adapter from the composed AuthenticationService instance if no
    authentication adapter is registered directly with the validator. This will only work
    if the adapter is a ValidatableAdapterInterface implementation (all AbstractAdapter
    instances are already implementations).

Deprecated

  • Nothing.

Removed

  • #30 removes support for HHVM.

  • #30 removes support for PHP 5.5.

Fixed

  • Nothing.