From 21c253957ae773b9e40d7b5c67fb1a3f75617856 Mon Sep 17 00:00:00 2001 From: Cees-Jan Date: Mon, 4 Nov 2013 14:29:59 +0100 Subject: [PATCH] Updated react to 0.3.x --- composer.json | 4 +- composer.lock | 241 ++++---------------------------------------------- 2 files changed, 21 insertions(+), 224 deletions(-) diff --git a/composer.json b/composer.json index 43c0231..aee68dc 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "munin-node" ], "require": { - "react/react": "0.2.*" + "react/react": "0.3.*" }, "autoload": { "psr-0": { @@ -22,4 +22,4 @@ "PhuninNode": "src" } } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index a3de89a..36613b0 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "b8a86f9af402f403bff854092f899662", + "hash": "d7340fa28bef6ec06cb0cdfd2b5a6ce5", "packages": [ { "name": "evenement/evenement", @@ -45,118 +45,19 @@ ], "time": "2012-05-30 08:01:08" }, - { - "name": "guzzle/common", - "version": "v3.0.7", - "target-dir": "Guzzle/Common", - "source": { - "type": "git", - "url": "git://github.com/guzzle/common.git", - "reference": "v3.0.7" - }, - "dist": { - "type": "zip", - "url": "https://github.com/guzzle/common/archive/v3.0.7.zip", - "reference": "v3.0.7", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "symfony/event-dispatcher": ">=2.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-0": { - "Guzzle\\Common": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Common libraries used by Guzzle", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "collection", - "common", - "event", - "exception" - ], - "time": "2012-12-19 23:06:35" - }, - { - "name": "guzzle/http", - "version": "v3.0.7", - "target-dir": "Guzzle/Http", - "source": { - "type": "git", - "url": "git://github.com/guzzle/http.git", - "reference": "v3.0.7" - }, - "dist": { - "type": "zip", - "url": "https://github.com/guzzle/http/archive/v3.0.7.zip", - "reference": "v3.0.7", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "guzzle/common": "self.version", - "guzzle/parser": "self.version", - "guzzle/stream": "self.version", - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-0": { - "Guzzle\\Http": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "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": [ - "Guzzle", - "client", - "curl", - "http", - "http client" - ], - "time": "2012-12-14 00:49:17" - }, { "name": "guzzle/parser", - "version": "v3.0.7", + "version": "v3.7.4", "target-dir": "Guzzle/Parser", "source": { "type": "git", - "url": "git://github.com/guzzle/parser.git", - "reference": "v3.0.7" + "url": "https://github.com/guzzle/parser.git", + "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/parser/archive/v3.0.7.zip", - "reference": "v3.0.7", + "url": "https://api.github.com/repos/guzzle/parser/zipball/a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2", + "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2", "shasum": "" }, "require": { @@ -165,7 +66,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.7-dev" } }, "autoload": { @@ -186,57 +87,7 @@ "message", "url" ], - "time": "2012-12-07 16:45:11" - }, - { - "name": "guzzle/stream", - "version": "v3.0.7", - "target-dir": "Guzzle/Stream", - "source": { - "type": "git", - "url": "https://github.com/guzzle/stream", - "reference": "v3.0.7" - }, - "dist": { - "type": "zip", - "url": "https://github.com/guzzle/stream/archive/v3.0.7.zip", - "reference": "v3.0.7", - "shasum": "" - }, - "require": { - "guzzle/common": "self.version", - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-0": { - "Guzzle\\Stream": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "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": [ - "Guzzle", - "component", - "stream" - ], - "time": "2012-12-07 16:45:11" + "time": "2013-07-11 22:46:03" }, { "name": "react/promise", @@ -283,24 +134,23 @@ }, { "name": "react/react", - "version": "v0.2.7", + "version": "v0.3.3", "source": { "type": "git", - "url": "https://github.com/reactphp/react", - "reference": "v0.2.7" + "url": "https://github.com/reactphp/react.git", + "reference": "210c11a6041cfa2ce1701a4870b69475d9081265" }, "dist": { "type": "zip", - "url": "https://github.com/reactphp/react/archive/v0.2.7.zip", - "reference": "v0.2.7", + "url": "https://api.github.com/repos/reactphp/react/zipball/210c11a6041cfa2ce1701a4870b69475d9081265", + "reference": "210c11a6041cfa2ce1701a4870b69475d9081265", "shasum": "" }, "require": { "evenement/evenement": "1.0.*", - "guzzle/http": "3.0.*", - "guzzle/parser": "3.0.*", + "guzzle/parser": "~3.0", "php": ">=5.3.3", - "react/promise": "1.0.*" + "react/promise": "~1.0" }, "replace": { "react/cache": "self.version", @@ -309,16 +159,17 @@ "react/http": "self.version", "react/http-client": "self.version", "react/socket": "self.version", + "react/socket-client": "self.version", "react/stream": "self.version" }, - "require-dev": { + "suggest": { "ext-libev": "*", "ext-libevent": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.2-dev" + "dev-master": "0.3-dev" } }, "autoload": { @@ -335,61 +186,7 @@ "event-loop", "reactor" ], - "time": "2013-01-05 14:26:12" - }, - { - "name": "symfony/event-dispatcher", - "version": "v2.3.1", - "target-dir": "Symfony/Component/EventDispatcher", - "source": { - "type": "git", - "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "v2.3.1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.1", - "reference": "v2.3.1", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/dependency-injection": ">=2.0,<3.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\EventDispatcher\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony EventDispatcher Component", - "homepage": "http://symfony.com", - "time": "2013-05-13 14:36:40" + "time": "2013-07-09 01:55:25" } ], "packages-dev": [