Frage

Satis Docs:

I see the option for GIT authentication via SSH and SSL but would I wanted to know what about basic HTTP authentication?

Does Satis support this and if so where is the documentation?

Do I use something like this?

svn co http://<url>/<repo> <local_dir> --username user --password password

So I have this:

{
    "name": "Local Packagist",
    "homepage": "http://blah/packagist",
    "repositories": [
        { "type": "vcs", "url": "http://blahsvn/myProject/my-bundle" }
    ],
    "require-all": true
}

How do I add the authentication?

War es hilfreich?

Lösung

For svn, it should ask you for a password if you run interactively, and offer you to cache it or not.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top