I am trying to get Composer do download the latest commit for the Behat/MinkSelenium2Driver package. That particular repo only has a master branch. I have tried every method I c
To download the latest version of a repo, I usually use:
composer update behat/mink-selenium2-driver
This will update your composer.lock with the last available commit reference.