Level 8
To use your fork, add a repository to your composer.json :
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yourpackage"
}
],
Composer will load your version instead of the main repo, even if the latter get updated. And your repo won't get auto updated unless you manually update it with a pull request.
Are you sure also your branch is correct, shouldn't you have :
"fairholm/elasticquent": "dev-master"
?
2 likes