1
0
Fork 0
composer/tests/Composer
Bastian Hofmann b132e4eae0 Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag
Example config:

{
    "http-basic": {
        "svn.example.com": {
            "username": "user",
            "password": "password",
            "cacheCredentials": false
        }
    }
}
2014-09-11 11:48:24 +02:00
..
Test Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag 2014-09-11 11:48:24 +02:00
TestCase.php Add parallel build to travis script 2013-09-25 10:23:48 +02:00