I would like to make a remote repository artifactory on a PHP satis repository.
Below is the configuration of the target satis repository:
{
"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": {
...
}
}
Under artifactory, in the URL field I put: http://satis.server:48081
In composer setting, I chose the custom option, I tried to put in "http://satis.server:48081" in the fields "Download Url" and "Registry Url" without result.
Sorry for my poor english
thanks