This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
zend-servicemanager 2.7.6
weierophinney
released this
27 Apr 19:10
·
610 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #116 updates
ServiceLocatorInterface
to extend container-interop'sContainerInterface
, as the definitions are compatible. This change will mean that implementingServiceLocatorInterface
will provide aContainerInterface
implementation.