zendframework / zend-navigation

Navigation component from Zend Framework
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

Add dependency with container-interop #21

Closed freax closed 8 years ago

freax commented 8 years ago

See https://github.com/zendframework/zend-navigation/blob/master/src/Service/AbstractNavigationFactory.php#L12

weierophinney commented 8 years ago

This is considered an optional dependency, as you can use the component in a programmatic way, without needing the various factories. As such, the suggestion in composer.json for zend-servicemanager already fulfills it.