2
我想在PHP satis存儲庫上創建遠程存儲庫artifactory。如何將artifactory中的遠程作曲家連接到php satis庫?
下面是目標SATIS庫的配置:
{
"name": "Satis",
"homepage": "http://satis.server:48081",
"repositories": [
{ "type": "composer", "url": "https://packagist.org" }
],
"archive": {
"directory": "dist",
"format": "zip",
"skip-dev": "true"
},
"require-dependencies": true,
"require": {
...
}
}
在artifactory的,在URL字段我把:http://satis.server:48081
在作曲家的設置,我選擇了自定義選項,我試圖把在「下載網址」和「註冊網址」字段中的「http://satis.server:48081」中沒有結果。
對不起,我的英文不好
感謝