Skip to content

Instantly share code, notes, and snippets.

@ogabrielguerra
Created September 25, 2020 01:18
Show Gist options
  • Save ogabrielguerra/9667159c1bcca11e0435608a7d960a0e to your computer and use it in GitHub Desktop.
Save ogabrielguerra/9667159c1bcca11e0435608a7d960a0e to your computer and use it in GitHub Desktop.
Branch as Composer Dependency
{
"repositories": [
{
"type": "git",
"url": "https://github.com/pressbooks/new-private-project"
}
],
"require": {
"pressbooks/new-private-project": "dev-bugfixes"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment