Skip to content

Instantly share code, notes, and snippets.

@montrealist
Created December 23, 2019 01:41
Show Gist options
  • Save montrealist/591f083103d2fdaf74992f821af0adbe to your computer and use it in GitHub Desktop.
Save montrealist/591f083103d2fdaf74992f821af0adbe to your computer and use it in GitHub Desktop.
Overriding a package in composer.json with a branch on your fork
{
"repositories": [
{
"type": "git",
"url": "[email protected]:montrealist/new-private-project.git"
}
],
"require-dev": {
"pressbooks/new-private-project": "dev-bugfixes"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment