You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently still on ZF1, but planning on migrating. I noticed the composer.json file depends on the COMPLETE ZF2 library. Would it be an idea to only depend on those components that are actually required? For example:
"zendframework/zend-servicemanager": "~2.2"
This way we reduce the amount of downloaded components and allow a gradual upgrade to ZF2
The text was updated successfully, but these errors were encountered:
We are currently still on ZF1, but planning on migrating. I noticed the composer.json file depends on the COMPLETE ZF2 library. Would it be an idea to only depend on those components that are actually required? For example:
"zendframework/zend-servicemanager": "~2.2"
This way we reduce the amount of downloaded components and allow a gradual upgrade to ZF2
The text was updated successfully, but these errors were encountered: