Then i cannot resolve dependencies because behatch/contexts:dev-master requires behat/mink-extension: ^2.3.1 which is cannot be satisfied by behat/mink-extension:dev-master.
I hope you get what i mean 😄 . Basically, can we update the composer.json of master? Or is there a reason for this?
The latest tag (2.3.1 at the time of writing) is a lower version than the version alias in composer.json on master:
This is causing some problems for me resolving dependencies with composer. i.e. if i require the following:
Then i cannot resolve dependencies because
behatch/contexts:dev-master
requiresbehat/mink-extension: ^2.3.1
which is cannot be satisfied by behat/mink-extension:dev-master.I hope you get what i mean 😄 . Basically, can we update the
composer.json
of master? Or is there a reason for this?