Updates zend-mvc dependency to ^3.0.0-dev || ^3.0.
Adds zend-mvc-plugin-flashmessenger and zend-mvc-console as development requirements, pinning the latter to ^1.1.8, the first release that consistently works in a backwards compatible way. Both were separated from zend-mvc to their own components, prompting the change.
Updates the dev-develop branch to 3.0-dev.
Adds Zend\Router and Zend\Validator to the default modules list, as these are requirements for zend-mvc to work in the new skeleton application.
Adds assertions to console tests to ensure type of returned route match before asserting its contents.
Replaces references to ControllerLoader with ControllerManager (as v3 finally removes ControllerLoader as an alias).
Updates all typehints against Zend\Mvc\Router artifacts to the zend-router equivalents.
^3.0.0-dev || ^3.0
.^1.1.8
, the first release that consistently works in a backwards compatible way. Both were separated from zend-mvc to their own components, prompting the change.3.0-dev
.Zend\Router
andZend\Validator
to the default modules list, as these are requirements for zend-mvc to work in the new skeleton application.ControllerLoader
withControllerManager
(as v3 finally removesControllerLoader
as an alias).Zend\Mvc\Router
artifacts to the zend-router equivalents.