1
votes

The Zend Framework will be upgraded component by component to version 3. New version of the most essential components is stable: zend-servicemanager v3

The question is how to use new zend-servicemanager v3 in the "old" ZF application version 2 ?

There is a migration guide which explains how to use and what is new in zend-servicemanager v3, but there isn't some kind of install guide for the new component.

1
Right now, zend MVC component still uses SM v 2.* so you won't be able to switch to higher version in apps that rely on MVC. Other components also can rely on SM v 2.*. When MVC will be released in version that supports service manager v3 you should be able to simply change dependency version constraint in composer config. - Adam

1 Answers

0
votes

ZF3 is released so this shouldn't be a problem any more.

There is an up-to-date migration guide for the entire application and for each component.