1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Bypass RFS auth failure handling

This commit is contained in:
Chris Smith 2014-01-17 15:39:05 +00:00
parent cedae88b67
commit 2a08f55079

View file

@ -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,