mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Bump major version (incompatible API changes).
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"name": "Zach Borboa"
|
||||
}
|
||||
],
|
||||
"version": "2.1.5",
|
||||
"version": "3.0.0",
|
||||
"require": {
|
||||
"php": ">=5.3",
|
||||
"ext-curl": "*"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ namespace Curl;
|
||||
|
||||
class Curl
|
||||
{
|
||||
const VERSION = '2.1.5';
|
||||
const VERSION = '3.0.0';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
private $cookies = array();
|
||||
|
||||
Reference in New Issue
Block a user