We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f78c4e7 + a933323 commit 693b73cCopy full SHA for 693b73c
Tests/Types/CurlOptionsTest.php
@@ -56,7 +56,7 @@ public function setUp() {
56
CURLOPT_TIMEOUT => 25,
57
CURLOPT_CONNECTTIMEOUT => 25,
58
CURLOPT_CRLF => true,
59
- CURLOPT_SSLVERSION => 3,
+ CURLOPT_SSLVERSION => 0,
60
CURLOPT_FOLLOWLOCATION => true,
61
];
62
}
Types/CurlOptions.php
@@ -37,7 +37,7 @@ class CurlOptions extends \ArrayObject {
37
38
39
40
41
42
43
0 commit comments