diff --git a/composer.json b/composer.json index 23a183e..3ae5696 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ , "require": { "php": ">=5.3.3" , "react/socket": "0.2.*" - , "guzzle/http": "2.8.*" + , "guzzle/http": "3.0.*" , "symfony/http-foundation": "2.1.*" } } diff --git a/composer.lock b/composer.lock index 79598a2..9ce6624 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "05da7a20df80cd3da835aa15703c3fee", + "hash": "4c2eebe4dcb77d26958ef1152642327d", "packages": [ { "name": "evenement/evenement", @@ -43,24 +43,24 @@ }, { "name": "guzzle/common", - "version": "v2.8.8", + "version": "v3.0.3", "target-dir": "Guzzle/Common", "source": { "type": "git", "url": "git://github.com/guzzle/common.git", - "reference": "v2.8.8" + "reference": "v3.0.3" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/common/zipball/v2.8.8", - "reference": "v2.8.8", + "url": "https://github.com/guzzle/common/archive/v3.0.3.zip", + "reference": "v3.0.3", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/event-dispatcher": "2.1.*" }, - "time": "2012-10-15 17:42:47", + "time": "2012-11-04 20:31:03", "type": "library", "installation-source": "dist", "autoload": { @@ -74,37 +74,34 @@ "description": "Common libraries used by Guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ - "log", "event", - "cache", - "validation", - "Socket", + "exception", "common", - "batch", - "inflection" + "collection" ] }, { "name": "guzzle/http", - "version": "v2.8.8", + "version": "v3.0.3", "target-dir": "Guzzle/Http", "source": { "type": "git", "url": "git://github.com/guzzle/http.git", - "reference": "v2.8.8" + "reference": "v3.0.3" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/http/zipball/v2.8.8", - "reference": "v2.8.8", + "url": "https://github.com/guzzle/http/archive/v3.0.3.zip", + "reference": "v3.0.3", "shasum": "" }, "require": { "php": ">=5.3.2", "guzzle/common": "self.version", - "guzzle/parser": "self.version" + "guzzle/parser": "self.version", + "guzzle/stream": "self.version" }, - "time": "2012-10-15 17:42:47", + "time": "2012-11-03 00:09:36", "type": "library", "installation-source": "dist", "autoload": { @@ -115,6 +112,13 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], "description": "HTTP libraries used by Guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ @@ -127,23 +131,23 @@ }, { "name": "guzzle/parser", - "version": "v2.8.8", + "version": "v3.0.3", "target-dir": "Guzzle/Parser", "source": { "type": "git", "url": "git://github.com/guzzle/parser.git", - "reference": "v2.8.8" + "reference": "v3.0.3" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/parser/zipball/v2.8.8", - "reference": "v2.8.8", + "url": "https://github.com/guzzle/parser/archive/v3.0.3.zip", + "reference": "v3.0.3", "shasum": "" }, "require": { "php": ">=5.3.2" }, - "time": "2012-09-20 13:28:06", + "time": "2012-11-01 18:03:45", "type": "library", "installation-source": "dist", "autoload": { @@ -165,18 +169,63 @@ ] }, { - "name": "react/event-loop", - "version": "v0.2.1", - "target-dir": "React/EventLoop", + "name": "guzzle/stream", + "version": "v3.0.3", + "target-dir": "Guzzle/Stream", "source": { "type": "git", - "url": "https://github.com/react-php/event-loop.git", - "reference": "v0.2.1" + "url": "https://github.com/guzzle/stream", + "reference": "v3.0.3" }, "dist": { "type": "zip", - "url": "https://github.com/react-php/event-loop/zipball/v0.2.1", - "reference": "v0.2.1", + "url": "https://github.com/guzzle/stream/archive/v3.0.3.zip", + "reference": "v3.0.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "guzzle/common": "self.version" + }, + "time": "2012-10-31 05:10:58", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Guzzle\\Stream": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle stream wrapper component", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "stream", + "Guzzle", + "component" + ] + }, + { + "name": "react/event-loop", + "version": "v0.2.2", + "target-dir": "React/EventLoop", + "source": { + "type": "git", + "url": "https://github.com/reactphp/event-loop", + "reference": "v0.2.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/reactphp/event-loop/zipball/v0.2.2", + "reference": "v0.2.2", "shasum": "" }, "require": { @@ -208,17 +257,17 @@ }, { "name": "react/socket", - "version": "v0.2.1", + "version": "v0.2.2", "target-dir": "React/Socket", "source": { "type": "git", - "url": "https://github.com/react-php/socket.git", - "reference": "v0.2.1" + "url": "https://github.com/reactphp/socket", + "reference": "v0.2.2" }, "dist": { "type": "zip", - "url": "https://github.com/react-php/socket/zipball/v0.2.1", - "reference": "v0.2.1", + "url": "https://github.com/reactphp/socket/zipball/v0.2.2", + "reference": "v0.2.2", "shasum": "" }, "require": { @@ -250,17 +299,17 @@ }, { "name": "react/stream", - "version": "v0.2.1", + "version": "v0.2.2", "target-dir": "React/Stream", "source": { "type": "git", - "url": "https://github.com/react-php/stream", - "reference": "v0.2.1" + "url": "https://github.com/reactphp/stream", + "reference": "v0.2.2" }, "dist": { "type": "zip", - "url": "https://github.com/react-php/stream/zipball/v0.2.1", - "reference": "v0.2.1", + "url": "https://github.com/reactphp/stream/zipball/v0.2.2", + "reference": "v0.2.2", "shasum": "" }, "require": { @@ -270,7 +319,7 @@ "suggest": { "react/event-loop": "0.2.*" }, - "time": "2012-10-13 13:12:04", + "time": "2012-10-28 03:28:34", "type": "library", "extra": { "branch-alias": [ @@ -294,17 +343,17 @@ }, { "name": "symfony/event-dispatcher", - "version": "v2.1.2", + "version": "v2.1.3", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher", - "reference": "v2.1.2" + "reference": "v2.1.3" }, "dist": { "type": "zip", - "url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.2", - "reference": "v2.1.2", + "url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.3", + "reference": "v2.1.3", "shasum": "" }, "require": { @@ -317,7 +366,7 @@ "symfony/dependency-injection": "2.1.*", "symfony/http-kernel": "2.1.*" }, - "time": "2012-09-10 03:53:42", + "time": "2012-10-04 08:17:57", "type": "library", "extra": { "branch-alias": { @@ -348,23 +397,23 @@ }, { "name": "symfony/http-foundation", - "version": "v2.1.2", + "version": "v2.1.3", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation", - "reference": "v2.1.2" + "reference": "v2.1.3" }, "dist": { "type": "zip", - "url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.2", - "reference": "v2.1.2", + "url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.3", + "reference": "v2.1.3", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2012-09-18 09:09:52", + "time": "2012-10-20 00:10:30", "type": "library", "extra": { "branch-alias": {