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?
For svn, it should ask you for a password if you run interactively, and offer you to cache it or not.