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

zend-crypt 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 03 Feb 23:49
· 231 commits to master since this release

Added

Deprecated

  • Nothing.

Removed

  • Removes the (development) dependency on zend-config; tests that used it previously have been updated to use ArrayObject, which implements the same behavior being tested.

Fixed

  • #4 replaces the zend-servicemanager with container-interop, and refactors the various plugin managers to implement that interface instead of extending the AbstractPluginManager.