Closed PapyDanone closed 5 years ago
Same issue. Try
"liip/functional-test-bundle": "2.x-dev#464c7a2"
Please try this: composer require --dev "liip/functional-test-bundle:~2.0@alpha"
If it doesn't work, please run composer why-not "liip/functional-test-bundle:~2.0@alpha"
and share the output.
Did you found a solution? Did you try the stable 3.0 release?
@alexislefebvre we did end up upgrading to the 3.0 release.
I also tested composer require --dev "liip/functional-test-bundle:~2.0@alpha"
and it now resolves to the expected commit hash.
Thanks for the help.
Could be related to #528
when requiring
or
the installed version ends up being the latest from
master
:Symfony version:
4.3.2
Am I missing anything? Thanks for the help.