Skip to content

Instantly share code, notes, and snippets.

@edlinklater
Created May 28, 2015 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edlinklater/c8c493e7a83a0596545d to your computer and use it in GitHub Desktop.
Save edlinklater/c8c493e7a83a0596545d to your computer and use it in GitHub Desktop.
private git repos as composer requirements
{
"require": {
"catscatscats/my-module": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "ssh://git@internalgitrepo/catscatscats/my-module.git"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment