mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-17 15:33:34 +00:00
Bump version
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"homepage": "https://github.com/php-curl-class/php-curl-class",
|
||||
"license": "Unlicense",
|
||||
"keywords": ["php", "curl", "class"],
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"require": {
|
||||
"php": ">=5.3",
|
||||
"ext-curl": "*"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ namespace Curl;
|
||||
|
||||
class Curl
|
||||
{
|
||||
const VERSION = '2.1.2';
|
||||
const VERSION = '2.1.3';
|
||||
|
||||
private $cookies = array();
|
||||
private $headers = array();
|
||||
|
||||
Reference in New Issue
Block a user