From 47de72e6edff0522cef732696c70e2a92bff3b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 12 Jul 2018 07:28:47 +0000 Subject: [PATCH] Bump react/event-loop from 0.4.3 to 1.0.0 Bumps [react/event-loop](https://github.com/reactphp/event-loop) from 0.4.3 to 1.0.0. - [Release notes](https://github.com/reactphp/event-loop/releases) - [Changelog](https://github.com/reactphp/event-loop/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactphp/event-loop/compare/v0.4.3...v1.0.0) Signed-off-by: dependabot[bot] --- composer.lock | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index fbbeb0d..8b7b0e3 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": "89560ff5772417dc9063ea7485da9d0f", @@ -406,28 +406,27 @@ }, { "name": "react/event-loop", - "version": "v0.4.3", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f" + "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3" }, "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/0266aff7aa7b0613b1f38a723e14a0ebc55cfca3", + "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3", "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": { @@ -439,12 +438,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-11T14:37:46+00:00" }, { "name": "react/promise",