From 69050f574310b3aa776e9c94ddcc26044c7e594d Mon Sep 17 00:00:00 2001 From: rush Date: Mon, 27 Mar 2017 22:47:43 +0300 Subject: [PATCH] rollback react-http version --- composer.json | 2 +- composer.lock | 37 ++++++++++++++++--------------------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index cd1a99a..1e3e3d8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "react/dns": "0.4.*", "react/event-loop": "0.4.*", "react/http-client": "0.4.*", - "react/http": "0.6.*", + "react/http": "0.4.*", "react/promise": "~2.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index ed8ee39..bfd90b1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "52ae51e5cb315d337da67c19df58a0b6", + "content-hash": "585a7adc432538b57df69220f78c0fb9", "packages": [ { "name": "evenement/evenement", @@ -289,23 +289,23 @@ }, { "name": "react/http", - "version": "v0.6.0", + "version": "v0.4.4", "source": { "type": "git", "url": "https://github.com/reactphp/http.git", - "reference": "b5e7d9bfc9effe8ec723af942c66df042ad17fe6" + "reference": "aac319bd789cbc7b478d42cde2d03596e97e3222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/http/zipball/b5e7d9bfc9effe8ec723af942c66df042ad17fe6", - "reference": "b5e7d9bfc9effe8ec723af942c66df042ad17fe6", + "url": "https://api.github.com/repos/reactphp/http/zipball/aac319bd789cbc7b478d42cde2d03596e97e3222", + "reference": "aac319bd789cbc7b478d42cde2d03596e97e3222", "shasum": "" }, "require": { "evenement/evenement": "^2.0 || ^1.0", "php": ">=5.3.0", - "react/socket": "^0.5", - "react/stream": "^0.6 || ^0.5 || ^0.4.4", + "react/socket": "^0.4", + "react/stream": "^0.4.4", "ringcentral/psr7": "^1.2" }, "require-dev": { @@ -321,16 +321,11 @@ "license": [ "MIT" ], - "description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP", + "description": "Library for building an evented http server.", "keywords": [ - "event-driven", - "http", - "https", - "reactphp", - "server", - "streaming" + "http" ], - "time": "2017-03-09T14:03:48+00:00" + "time": "2017-02-13T14:12:50+00:00" }, { "name": "react/http-client", @@ -473,16 +468,16 @@ }, { "name": "react/socket", - "version": "v0.5.1", + "version": "v0.4.6", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "c0e337e375d5fb064da4ba62a91a29815e7502f8" + "reference": "cf074e53c974df52388ebd09710a9018894745d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/c0e337e375d5fb064da4ba62a91a29815e7502f8", - "reference": "c0e337e375d5fb064da4ba62a91a29815e7502f8", + "url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2", + "reference": "cf074e53c974df52388ebd09710a9018894745d2", "shasum": "" }, "require": { @@ -490,7 +485,7 @@ "php": ">=5.3.0", "react/event-loop": "0.4.*|0.3.*", "react/promise": "^2.0 || ^1.1", - "react/stream": "^0.6 || ^0.5 || ^0.4.5" + "react/stream": "^0.4.5" }, "require-dev": { "clue/block-react": "^1.1", @@ -511,7 +506,7 @@ "keywords": [ "Socket" ], - "time": "2017-03-09T12:13:07+00:00" + "time": "2017-01-26T09:23:38+00:00" }, { "name": "react/socket-client",