This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
zend-servicemanager 2.7.5
weierophinney
released this
02 Feb 14:16
·
610 commits
to master
since this release
Added
- #81 adds a test covering forwards-compatibility features for plugin manager implementations.
- #96 adds
Zend\ServiceManager\Test\CommonPluginManagerTrait
, which allows you to test that your plugin manager is forwards compatible with v3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #91 updates the
InvokableFactory
to add thesetCreationOptions()
method, allowing theInvokableFactory
to accept$options
when triggered.