Composer dependencies bug

Issue #19 resolved
krystalcode created an issue

Hi there,

In my composer.json file I have the following dependency:

"symfony/yaml": "^2.5.0"

From Composer docs, about the Caret operator:

"For example ^1.2.3 is equivalent to >=1.2.3 <2.0.0"

When I install the dependencies on a project via Composer, I get version 2.6.4 as expected - which is the latest version of the library.

Versioneye however, tells me that this dependency is out of date, which is wrong:

https://www.versioneye.com/user/projects/54e0ed6d271c93aa120001ce/

Comments (4)

  1. Robert Reiz

    Yep. That looks like a bug. I know we support the same feature for NPM. It should be fixed by end of the day!

  2. Log in to comment