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.
1 parent 70be5e4 commit 009f05cCopy full SHA for 009f05c
composer.json
@@ -12,7 +12,7 @@
12
"name": "Zach Borboa"
13
}
14
],
15
- "version": "3.4.5",
+ "version": "3.5.5",
16
"require": {
17
"php": ">=5.3",
18
"ext-curl": "*"
src/Curl/Curl.php
@@ -4,7 +4,7 @@
4
5
class Curl
6
{
7
- const VERSION = '3.4.5';
+ const VERSION = '3.5.5';
8
const DEFAULT_TIMEOUT = 30;
9
10
public $curl;
0 commit comments