This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-crypt 2.6.0
weierophinney
released this
03 Feb 23:49
·
231 commits
to master
since this release
Added
- #18 adds documentation, and publishes it to https://zendframework.github.io/zend-crypt/
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
.