Skip to content

Instantly share code, notes, and snippets.

@polidog
Last active December 17, 2015 13:59
Show Gist options
  • Save polidog/5621445 to your computer and use it in GitHub Desktop.
Save polidog/5621445 to your computer and use it in GitHub Desktop.
Backlogのリポジトリをインストールする方法
{
"autoload": {
"psr-0": {
"": "src/",
"Polidog\\": "vendor/polidog/test/src"
},
},
"repositories": [
{
"type": "package",
"package": {
"name": "polidog/test",
"version": "0.1",
"source" : {
"url" : "[email protected]:/POLIDOG_TEST/test.git",
"type": "git",
"reference": "develop"
}
}
}
],
"require": {
"php": ">=5.3.3",
"polidog/test": "0.1",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment