From 2df3e56554c6a8fcb4f1f3576454148d9a73a002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 05:58:27 +0000 Subject: [PATCH] Bump react-parallel/event-loop from 1.0.1 to 1.1.0 Bumps [react-parallel/event-loop](https://github.com/reactphp-parallel/event-loop) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/reactphp-parallel/event-loop/releases) - [Commits](https://github.com/reactphp-parallel/event-loop/compare/1.0.1...1.1.0) Signed-off-by: dependabot[bot] --- composer.lock | 176 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 168 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 5e4ccc1..e32fa9a 100644 --- a/composer.lock +++ b/composer.lock @@ -76,6 +76,63 @@ ], "time": "2020-05-29T17:27:14+00:00" }, + { + "name": "lcobucci/clock", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/clock.git", + "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", + "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "infection/infection": "^0.17", + "lcobucci/coding-standard": "^6.0", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/php-code-coverage": "9.1.4", + "phpunit/phpunit": "9.3.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Lcobucci\\Clock\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com" + } + ], + "description": "Yet another clock abstraction", + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2020-08-27T18:56:02+00:00" + }, { "name": "react-parallel/contracts", "version": "1.0.0", @@ -117,16 +174,16 @@ }, { "name": "react-parallel/event-loop", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp-parallel/event-loop.git", - "reference": "5070e4eb25393d8ada563639b0a1a515f824eb54" + "reference": "e859517ed6ef556ca6006ebff13899ed4e78bb93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-parallel/event-loop/zipball/5070e4eb25393d8ada563639b0a1a515f824eb54", - "reference": "5070e4eb25393d8ada563639b0a1a515f824eb54", + "url": "https://api.github.com/repos/reactphp-parallel/event-loop/zipball/e859517ed6ef556ca6006ebff13899ed4e78bb93", + "reference": "e859517ed6ef556ca6006ebff13899ed4e78bb93", "shasum": "" }, "require": { @@ -135,10 +192,11 @@ "react/event-loop": "^1.1", "react/promise": "^2.7", "reactivex/rxphp": "^2.0", - "wyrihaximus/constants": "^1.4.3" + "wyrihaximus/constants": "^1.4.3", + "wyrihaximus/metrics": "^1.0" }, "require-dev": { - "wyrihaximus/async-test-utilities": "^2.2" + "wyrihaximus/async-test-utilities": "^3.2" }, "type": "library", "extra": { @@ -162,14 +220,14 @@ "homepage": "http://wyrihaximus.net/" } ], - "description": "🌀🌀 Event Loop bridge to ext-parallel Events", + "description": "🌀🌉🌀 Event Loop bridge to ext-parallel Events", "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" } ], - "time": "2020-07-07T16:41:12+00:00" + "time": "2020-11-17T20:50:24+00:00" }, { "name": "react-parallel/infinite-pool", @@ -290,6 +348,58 @@ ], "time": "2020-08-05T19:03:21+00:00" }, + { + "name": "react-parallel/object-proxy-attributes", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp-parallel/object-proxy-attributes.git", + "reference": "dd73ba13b3f36fb2d7c2bd8eecee2d774d0109d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp-parallel/object-proxy-attributes/zipball/dd73ba13b3f36fb2d7c2bd8eecee2d774d0109d0", + "reference": "dd73ba13b3f36fb2d7c2bd8eecee2d774d0109d0", + "shasum": "" + }, + "require": { + "php": "^7.4" + }, + "require-dev": { + "doctrine/annotations": "^1.11", + "wyrihaximus/test-utilities": "^2.9" + }, + "type": "library", + "extra": { + "unused": [ + "php" + ] + }, + "autoload": { + "psr-4": { + "ReactParallel\\ObjectProxy\\Attribute\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Cees-Jan Kiewiet", + "email": "ceesjank@gmail.com", + "homepage": "http://wyrihaximus.net/" + } + ], + "description": "👨‍🚀🛰👩‍🚀 Attributes for react-parallel/object-proxy", + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2020-10-31T14:14:06+00:00" + }, { "name": "react-parallel/react-parallel", "version": "1.0.0", @@ -925,6 +1035,56 @@ ], "time": "2020-05-05T20:08:50+00:00" }, + { + "name": "wyrihaximus/metrics", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/WyriHaximus/php-metrics.git", + "reference": "cdf8ee62b5fa6b253ec8823070ea112671757f9a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WyriHaximus/php-metrics/zipball/cdf8ee62b5fa6b253ec8823070ea112671757f9a", + "reference": "cdf8ee62b5fa6b253ec8823070ea112671757f9a", + "shasum": "" + }, + "require": { + "lcobucci/clock": "^2.0", + "php": "^7.4", + "react-parallel/object-proxy-attributes": "^1", + "thecodingmachine/safe": "^1.1", + "wyrihaximus/constants": "^1.5" + }, + "require-dev": { + "phpbench/phpbench": "^0.17.1", + "wyrihaximus/test-utilities": "^2.5 || ^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "WyriHaximus\\Metrics\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Cees-Jan Kiewiet", + "email": "ceesjank@gmail.com" + } + ], + "description": "🕵️‍♀️ Prometheus modelled metric VO's and registry", + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2020-11-17T22:53:16+00:00" + }, { "name": "wyrihaximus/pool-info", "version": "1.0.0",