This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
zend-servicemanager 2.6.0
weierophinney
released this
23 Jul 21:52
·
631 commits
to master
since this release
Added
- #4 updates the
ServiceManager
to implement the container-interop interface, allowing interoperability with applications that consume that interface.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #3 properly updates the codebase to PHP 5.5, by taking advantage of the default closure binding (
$this
in a closure is the invoking object when created within a method). It also removes several@requires PHP 5.4.0
annotations.