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

zend-mvc 2.7.10

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Jun 16:57
· 427 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #159 removes the dependency on zend-servicemanager-di.

Fixed

  • #159 fixes issues with regards to conflicts between zend-servicemanager v2 and zend-servicemanager-di by re-instating code removed from various servicemanager/DI-related factories in 2.7.9. Two factories, Zend\Mvc\Service\DiAbstractServiceFactoryFactory and Zend\Mvc\Service\DiServiceInitializerFactory, now raise exceptions if they detect they are running under zend-servicemanager v3, and prompt the developer to install zend-servicemanager-di.