2013-04-20 27 views

回答

3

我不知道Maven的,但在作曲家的世界至少有兩個選項來我的腦海:

訪問本地的Git倉庫

比方說,你要使用的本地git倉庫braincrafted的bootstrap包。 以下條目添加到您的composer.json:

"repositories": [ 
    { 
     "type": "vcs", 
     "url": "/home/user/braincrafted/bootstrap-bundle" 
    } 
] 
"require":{ 
    "braincrafted/bootstrap-bundle":"dev-master" 
} 

賽帝

另一種選擇是賽帝 - 讓你擁有你的私人packagist.com 它在documentation

本講座解釋是值得觀看,以瞭解更多關於作曲家,SATI等:https://www.youtube.com/watch?v=P3NwF8RV1lY

+0

我認爲這不是我的正確答案,但它是盟友有幫助。謝謝:D – msulhas 2013-05-29 14:03:52