Add composer.json snippet

This commit is contained in:
Max Bucknell 2016-02-03 10:48:50 +00:00
parent 7c90f97f1f
commit 15883c0c1d

View file

@ -0,0 +1,6 @@
snippet mrepo
"$1-module-$2": {
"type": "vcs",
"url": "git@bitbucket.org:redboxdigital/$1-module-$2"
}$0
endsnippet