Created
March 31, 2016 11:14
-
-
Save drahosistvan/873070ee2f8fa31bdb7dd6d09887a9ce to your computer and use it in GitHub Desktop.
How to define custom repos in composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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