Browse Source

Bypass RFS auth failure handling

Chris Smith 11 years ago
parent
commit
2a08f55079
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Util/GitHub.php

+ 1 - 0
src/Composer/Util/GitHub.php

@@ -108,6 +108,7 @@ class GitHub
                 }
 
                 $contents = JsonFile::parseJson($this->remoteFilesystem->getContents($originUrl, 'https://'. $apiUrl . '/authorizations', false, array(
+                    'retry-auth-failure' => false,
                     'http' => array(
                         'method' => 'POST',
                         'follow_location' => false,