nikic / FastRoute

Fast request router for PHP
Other
5.12k stars 445 forks source link

install via composer with zend-expressive still got v.0.7.0 #99

Closed othpiik closed 8 years ago

othpiik commented 8 years ago

latest version of FastRoute is v.0.8.0 but install via composer with zend-expressive still got v.0.7.0

how to get latest version vi composer, please?

bwoebi commented 8 years ago

zend-expressive-fastroute is specifying 0.7.0 as dependency. Please open an issue with them instead.

nikic commented 8 years ago

zend-expressive-fastroute is using a ^0.7.0 constraint -- as this is a 0.x version, this is the same as >=0.7.0,<0.8.0. I've just released a 1.0.0 version so it's possible to get proper semver oriented updates in the future.