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

zend-servicemanager 2.7.5

Compare
Choose a tag to compare
@weierophinney 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 the setCreationOptions() method, allowing the InvokableFactory to accept $options when triggered.