Skip to content

Commit 0d669dc

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.3.0"
21+
"php": ">=5.3.0",
22+
"ext-dom": "*",
23+
"ext-curl": "*",
24+
"ext-json": "*"
2225
},
2326
"require-dev": {
2427
"symfony/http-foundation": "~2.1",

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)