This patch completes the work from #15, with a few additional changes:
zend-di now implements container-interop!
most dependencies, including zend-servicemanager, were removed as they were unnecessary. These include:
zend-config (its usage could be replaced with PHP config files for purposes of testing)
zend-db, zend-filter, zend-form, zend-log, and zend-view were used only to test specific instantiation patterns, all of which could be accomplished with either generic test assets or PHP built-in classes.
This patch completes the work from #15, with a few additional changes: