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

zend-mvc-plugin-identity 1.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 30 Apr 19:50
· 19 commits to master since this release

Added

  • #11 adds support for PHP 7.1 and 7.2.

Changed

  • #9 modifies the IdentityFactory such that it will attempt to lookup the
    Zend\Authentication\AuthenticationServiceInterface service if no Zend\Authentication\AuthenticationService
    service is present in the container, and use it to seed the Identity plugin if found.

Deprecated

  • Nothing.

Removed

  • #11 removes support for HHVM.

Fixed

  • Nothing.