From 2a08f55079d85529277840e6d99d318319cf11e6 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 17 Jan 2014 15:39:05 +0000 Subject: [PATCH] Bypass RFS auth failure handling --- src/Composer/Util/GitHub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Util/GitHub.php b/src/Composer/Util/GitHub.php index 41fe63740..6794dd507 100644 --- a/src/Composer/Util/GitHub.php +++ b/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,