Skip to content

Commit 4d9da03

Browse files
author
Южаков Георгий
committed
Update depends composer
1 parent 7928abd commit 4d9da03

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"php": ">=5.3.0"
2222
},
2323
"require-dev": {
24+
"ext-dom": "*",
25+
"ext-curl": "*",
26+
"ext-json": "*",
2427
"symfony/http-foundation": "~2.1",
2528
"predis/predis": "0.8.*@dev",
2629
"phpunit/phpunit": "3.7.*",

src/OAuth/Common/Http/Client/CurlClient.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ public function retrieveResponse(
118118
curl_setopt($ch, $key, $value);
119119
}
120120

121-
if ($this->forceSSL3) {
122-
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
123-
}
124-
125121
$response = curl_exec($ch);
126122
$responseCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
127123

0 commit comments

Comments
 (0)