From 9df5c1aee81a8e3e1853ce31d0fe88320d8e375c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 10 Jul 2018 20:19:36 +0000 Subject: [PATCH] Bump react/stream from 0.7.5 to 0.7.7 Bumps [react/stream](https://github.com/reactphp/stream) from 0.7.5 to 0.7.7. - [Release notes](https://github.com/reactphp/stream/releases) - [Changelog](https://github.com/reactphp/stream/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactphp/stream/compare/v0.7.5...v0.7.7) Signed-off-by: dependabot[bot] --- composer.lock | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 1048207..66b7239 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "db22e426c212d864327efaca6b2b0dbf", @@ -275,28 +275,27 @@ }, { "name": "react/event-loop", - "version": "v0.4.3", + "version": "v0.5.3", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f" + "reference": "228178a947de1f7cd9296d691878569628288c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f", - "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/228178a947de1f7cd9296d691878569628288c6f", + "reference": "228178a947de1f7cd9296d691878569628288c6f", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "~4.8.35 || ^5.7 || ^6.4" }, "suggest": { - "ext-event": "~1.0", - "ext-libev": "*", - "ext-libevent": ">=0.1.0" + "ext-event": "~1.0 for ExtEventLoop", + "ext-pcntl": "For signal handling support when using the StreamSelectLoop" }, "type": "library", "autoload": { @@ -308,12 +307,12 @@ "license": [ "MIT" ], - "description": "Event loop abstraction layer that libraries can use for evented I/O.", + "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", "keywords": [ "asynchronous", "event-loop" ], - "time": "2017-04-27T10:56:23+00:00" + "time": "2018-07-09T13:51:04+00:00" }, { "name": "react/promise", @@ -419,30 +418,27 @@ }, { "name": "react/stream", - "version": "v0.7.5", + "version": "v0.7.7", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "a41bbffdda5e3f4282012f8e346cef48ecb28b24" + "reference": "10100896018fd847a257cd81143b8e1b7be08e40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/a41bbffdda5e3f4282012f8e346cef48ecb28b24", - "reference": "a41bbffdda5e3f4282012f8e346cef48ecb28b24", + "url": "https://api.github.com/repos/reactphp/stream/zipball/10100896018fd847a257cd81143b8e1b7be08e40", + "reference": "10100896018fd847a257cd81143b8e1b7be08e40", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.8", - "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3" + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" }, "require-dev": { "clue/stream-filter": "~1.2", "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, - "suggest": { - "react/event-loop": "^0.4" - }, "type": "library", "autoload": { "psr-4": { @@ -464,7 +460,7 @@ "stream", "writable" ], - "time": "2017-11-20T11:55:48+00:00" + "time": "2018-01-19T15:04:38+00:00" }, { "name": "ringcentral/psr7", @@ -1315,6 +1311,9 @@ ] }, "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause|MIT" + ], "authors": [ { "name": "Kore Nordmann",