From ba7fc872babf59dcf82d2070bf01bcfeae8db67b Mon Sep 17 00:00:00 2001 From: Magnus Olstad Hansen Date: Wed, 17 Oct 2012 22:17:12 +0200 Subject: [PATCH] Depedency react/socket bumped to 0.2.* --- composer.json | 2 +- composer.lock | 142 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 91 insertions(+), 53 deletions(-) diff --git a/composer.json b/composer.json index a70a758..23a183e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } , "require": { "php": ">=5.3.3" - , "react/socket": "0.1.*" + , "react/socket": "0.2.*" , "guzzle/http": "2.8.*" , "symfony/http-foundation": "2.1.*" } diff --git a/composer.lock b/composer.lock index 47cb1aa..79598a2 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "2c082c116d4e2eb8846c78e5c1ff0f58", + "hash": "05da7a20df80cd3da835aa15703c3fee", "packages": [ { "name": "evenement/evenement", @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.0" }, - "time": "2012-05-30 23:01:08", + "time": "2012-05-30 08:01:08", "type": "library", "installation-source": "dist", "autoload": { @@ -33,8 +33,7 @@ { "name": "Igor Wiedler", "email": "igor@wiedler.ch", - "homepage": "http://wiedler.ch/igor/", - "role": null + "homepage": "http://wiedler.ch/igor/" } ], "description": "Événement is a very simple event dispatching library for PHP 5.3", @@ -44,45 +43,60 @@ }, { "name": "guzzle/common", - "version": "v2.8.6", + "version": "v2.8.8", "target-dir": "Guzzle/Common", "source": { "type": "git", "url": "git://github.com/guzzle/common.git", - "reference": "v2.8.6" + "reference": "v2.8.8" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/common/zipball/v2.8.6", - "reference": "v2.8.6", + "url": "https://github.com/guzzle/common/zipball/v2.8.8", + "reference": "v2.8.8", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/event-dispatcher": "2.1.*" }, - "time": "2012-09-05 23:30:30", + "time": "2012-10-15 17:42:47", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Guzzle\\Common": "" } - } + }, + "license": [ + "MIT" + ], + "description": "Common libraries used by Guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "log", + "event", + "cache", + "validation", + "Socket", + "common", + "batch", + "inflection" + ] }, { "name": "guzzle/http", - "version": "v2.8.6", + "version": "v2.8.8", "target-dir": "Guzzle/Http", "source": { "type": "git", "url": "git://github.com/guzzle/http.git", - "reference": "v2.8.6" + "reference": "v2.8.8" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/http/zipball/v2.8.6", - "reference": "v2.8.6", + "url": "https://github.com/guzzle/http/zipball/v2.8.8", + "reference": "v2.8.8", "shasum": "" }, "require": { @@ -90,69 +104,93 @@ "guzzle/common": "self.version", "guzzle/parser": "self.version" }, - "time": "2012-09-02 19:01:34", + "time": "2012-10-15 17:42:47", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Guzzle\\Http": "" } - } + }, + "license": [ + "MIT" + ], + "description": "HTTP libraries used by Guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "curl", + "http", + "http client", + "client", + "Guzzle" + ] }, { "name": "guzzle/parser", - "version": "v2.8.6", + "version": "v2.8.8", "target-dir": "Guzzle/Parser", "source": { "type": "git", "url": "git://github.com/guzzle/parser.git", - "reference": "v2.8.6" + "reference": "v2.8.8" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/parser/zipball/v2.8.6", - "reference": "v2.8.6", + "url": "https://github.com/guzzle/parser/zipball/v2.8.8", + "reference": "v2.8.8", "shasum": "" }, "require": { "php": ">=5.3.2" }, - "time": "2012-08-17 05:22:25", + "time": "2012-09-20 13:28:06", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Guzzle\\Parser": "" } - } + }, + "license": [ + "MIT" + ], + "description": "Interchangeable parsers used by Guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "http", + "url", + "message", + "cookie", + "URI Template" + ] }, { "name": "react/event-loop", - "version": "v0.1.1", + "version": "v0.2.1", "target-dir": "React/EventLoop", "source": { "type": "git", "url": "https://github.com/react-php/event-loop.git", - "reference": "v0.1.1" + "reference": "v0.2.1" }, "dist": { "type": "zip", - "url": "https://github.com/react-php/event-loop/zipball/v0.1.1", - "reference": "v0.1.1", + "url": "https://github.com/react-php/event-loop/zipball/v0.2.1", + "reference": "v0.2.1", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": ">=5.3.3" }, "suggest": { "ext-libevent": ">=0.0.5" }, - "time": "2012-07-13 05:02:32", + "time": "2012-09-10 05:53:22", "type": "library", "extra": { - "branch-alias": { - "dev-master": "0.1.1" - } + "branch-alias": [ + + ] }, "installation-source": "dist", "autoload": { @@ -170,31 +208,31 @@ }, { "name": "react/socket", - "version": "v0.1.1", + "version": "v0.2.1", "target-dir": "React/Socket", "source": { "type": "git", "url": "https://github.com/react-php/socket.git", - "reference": "v0.1.1" + "reference": "v0.2.1" }, "dist": { "type": "zip", - "url": "https://github.com/react-php/socket/zipball/v0.1.1", - "reference": "v0.1.1", + "url": "https://github.com/react-php/socket/zipball/v0.2.1", + "reference": "v0.2.1", "shasum": "" }, "require": { - "php": ">=5.3.2", + "php": ">=5.3.3", "evenement/evenement": "1.0.*", - "react/event-loop": "0.1.*", - "react/stream": "0.1.*" + "react/event-loop": "0.2.*", + "react/stream": "0.2.*" }, - "time": "2012-07-13 05:02:32", + "time": "2012-09-10 05:56:19", "type": "library", "extra": { - "branch-alias": { - "dev-master": "0.1.1" - } + "branch-alias": [ + + ] }, "installation-source": "dist", "autoload": { @@ -212,32 +250,32 @@ }, { "name": "react/stream", - "version": "v0.1.1", + "version": "v0.2.1", "target-dir": "React/Stream", "source": { "type": "git", "url": "https://github.com/react-php/stream", - "reference": "v0.1.1" + "reference": "v0.2.1" }, "dist": { "type": "zip", - "url": "https://github.com/react-php/stream/zipball/v0.1.1", - "reference": "v0.1.1", + "url": "https://github.com/react-php/stream/zipball/v0.2.1", + "reference": "v0.2.1", "shasum": "" }, "require": { - "php": ">=5.3.2", + "php": ">=5.3.3", "evenement/evenement": "1.0.*" }, "suggest": { - "react/event-loop": "dev-master" + "react/event-loop": "0.2.*" }, - "time": "2012-07-13 07:08:01", + "time": "2012-10-13 13:12:04", "type": "library", "extra": { - "branch-alias": { - "dev-master": "0.1.1" - } + "branch-alias": [ + + ] }, "installation-source": "dist", "autoload": {