Skip to content

Instantly share code, notes, and snippets.

@clemherreman
Last active December 10, 2015 23:38
Show Gist options
  • Save clemherreman/4511038 to your computer and use it in GitHub Desktop.
Save clemherreman/4511038 to your computer and use it in GitHub Desktop.
Private repositories in composer.json
{
"repositories" : [
{
"type": "vcs",
"url": "https://github.com/my/package"
},
"require": {
"my/package": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment