This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-modulemanager 2.7.3
weierophinney
released this
11 Jul 18:40
·
112 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #39 and #53 prevent race conditions when writing cache files (merged configuration).
- #36 removes a throw from
ServiceListener::onLoadModulesPost()
that was previously emitted when a named plugin manager did not have an associated service present yet. Doing so allows plugin managers to be registered after configuration is fully merged, instead of requiring they be defined early. This change allows components to define their plugin managers via theirModule
classes. - #58 corrects the typehint for the
ServiceListener::$listeners
property.