Locked PHP Version

Issue #67 resolved
Marc Würth created an issue

https://www.versioneye.com/user/projects/54483db839f09681c6000030#tab-dependencies

Shows a locked PHP version 5.6.2, which is not correct Because

Related to https://bitbucket.org/versioneye/versioneye/issue/26/composer-ranges-operator-bug

Comments (3)

  1. Robert Reiz

    @ravage84 Congrats. You found a bug :-) I could reproduce it. The problem is that the "locked" version doesn't get reparsed and reevaluated. For your project I just fixed it by hand. The real bug fix is coming today online.

  2. Robert Reiz

    @ravage84 It's not a bug. I just found out that you renamed/moved the whole github repository. Your VersionEye project links to:

    https://github.com/ravage84/MultiColumnUniqueness/blob/master/composer.json

    But the current composer.json is here:

    https://github.com/ravage84/cakephp-multi-column-uniqueness/blob/master/composer.json

    I just corrected that in the VersionEye database. Your project is updated now and it works like expected:

    https://www.versioneye.com/user/projects/54483db839f09681c6000030#tab-dependencies

  3. Log in to comment