How do I get Composer to download the latest commit in the master branch from GitHub for a package?

Posted by pthurmond on Stack Overflow See other posts from Stack Overflow or by pthurmond
Published on 2013-11-11T21:20:07Z Indexed on 2013/11/11 21:53 UTC
Read the original article Hit count: 213

Filed under:
|
|
|

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 can think of, including deleting the files and letting it pull them back in, to get it to work but it doesn't.

How would I get it to pull in latest committed files or at least those from the commit I list below?

Specifically I want to get this commit: https://github.com/Behat/MinkSelenium2Driver/commit/2e73d8134ec8526b6e742f05c146fec2d5e1b8d6

Thanks, Patrick

© Stack Overflow or respective owner

Related posts about php

Related posts about git