Skip to content

Instantly share code, notes, and snippets.

@drahosistvan
Created March 31, 2016 11:14
Show Gist options
  • Save drahosistvan/873070ee2f8fa31bdb7dd6d09887a9ce to your computer and use it in GitHub Desktop.
Save drahosistvan/873070ee2f8fa31bdb7dd6d09887a9ce to your computer and use it in GitHub Desktop.
How to define custom repos in composer.json
"repositories": [
{
"type": "vcs",
"url": "pwd/path/for/git/repo"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment