This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Description
Some plugins are missing dependencies. Like the Zend\View\Helper\Url needs a router to resolve named routes.
I have looked into this and it does depend on Zend\ServiceManager and Zend\Mvc\Router. The easiest way would be to somehow overwrite the plugin with a custom plugin and inject the Container and Router. But looking at the code this might be hard to achieve.