liip/LiipFunctionalTestBundle

[3.x] Wrong version of the package loaded with Composer

Closed this issue · 3 comments

It's a very strange thing I'm experiencing : I've included "liip/functional-test-bundle": "~3.0@RC", in my require-dev section of composer.json, and yet when I run composer update liip/functional-test-bundle, I get the version 3.0.0-RC1 instead of, in my opinion, 3.0.0-RC2. The same with ~3.0@alpha, which gets me 3.0.0-alpha1 instead of 3.0.0-alpha2.

Any idea how/why this happens ? Should I open the issue on Composer's side ? (I've never had this with another library)

What version of Symfony do you use? 4.3.0?

In this case, it's due to the conflict added in last releases: c2201ea#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780R34

Please try again when Symfony 4.3.1 is installed.

@gnutix Did you found a solution?

I'm closing this issue, you can now use the stable release 3.0. Feel free to reopen this issue if the problem is still present.