소스 검색

Bypass RFS auth failure handling

Chris Smith 11 년 전
부모
커밋
2a08f55079
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,