(完全なものではなく)gitリポジトリのサブ部分のみを必要とします。私がこれをやりたい理由は、リポジトリが巨大だからです。
私の場合、リポジトリはhttps://github.com/pubnub/pubnub-api.gitで、/phpディレクトリのみが必要です。
私はcomposerで次のパッケージを定義しています:
{
"type": "package",
"package": {
"name": "pubnub",
"version": "dev-master",
"source" : {
"url": "https://github.com/pubnub/pubnub-api.git",
"type": "git",
"reference":"master"
}
}
},
任意のヒント?