We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502b6aa commit 4f5fa06Copy full SHA for 4f5fa06
composer.json
@@ -9,7 +9,7 @@
9
"name": "Zach Borboa"
10
}
11
],
12
- "version": "3.4.3",
+ "version": "3.4.4",
13
"require": {
14
"php": ">=5.3",
15
"ext-curl": "*"
src/Curl/Curl.php
@@ -4,7 +4,7 @@
4
5
class Curl
6
{
7
- const VERSION = '3.4.3';
+ const VERSION = '3.4.4';
8
const DEFAULT_TIMEOUT = 30;
public $curl;
0 commit comments