This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-serializer 2.7.0
weierophinney
released this
06 Apr 17:49
·
134 commits
to master
since this release
Added
- #14 exposes the package as a ZF component and/or generic configuration provider, by adding the following:
AdapterPluginManagerFactory
, which can be consumed by container-interop / zend-servicemanager to create and return aAdapterPluginManager
instance.ConfigProvider
, which maps the serviceSerializerAdapterManager
to the above factory.Module
, which does the same asConfigProvider
, but specifically for zend-mvc applications. It also provices a specification toZend\ModuleManager\Listener\ServiceListener
to allow modules to provide serializer configuration.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.