2017-07-20 72 views
0

我在Github上創建了自己的私人作曲者依賴庫。如何優化作曲家的私人依賴?

當我執行

composer require "myvendor/mylib:mytag" 

它首先會考慮packagist的依賴,並有一定的延遲。

有沒有辦法跳過這一步,並告訴他,直接尋找它下的作曲家JSON關鍵的「資源庫」的定義是:

.... 
"repositories": [{ 

    "type": "vcs", 
    "url": "[email protected]:myVendor/myLib.git", 
    "no-api": true 
}], 
.... 
+0

你只使用私人包嗎? – ivoba

+0

也不公開 – koalaok

回答

0