Closed krzysztof-alboszta closed 9 years ago
Well, since ~2.0
is equivalent to >=2.0 <3.0
it should be OK, I think. I currently get 2.4.0 installed when updating via Composer.
well but if you have specific version of Zend Framework installed in version less than 2.3.0 composer would think that everything is OK which is not so the version should be defined at the minimal requirements
Added a fix
as
DefaultRouteMatcher
andRouteMatcherInterface
was introduced in Zend 2.3.0 release thecomposer.json
requirement specified ascould not met the proper version of ZendConsole which cause the errors when importing
minimal version requirements should be reviewed to prevent that issue