composer使用git作为仓储
composer.json
"repositories": [
{
"type":"git",
"url":"git@github.com:brady-wang/tool.git"
},
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
],
composer.json
"repositories": [
{
"type":"git",
"url":"git@github.com:brady-wang/tool.git"
},
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
],