From b4b071a7caa118df0aa774114c273d459c0be4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 22:12:05 +0000 Subject: [PATCH] Bump react-inspector/http-middleware from 1.0.0 to 2.2.0 in /base Bumps [react-inspector/http-middleware](https://github.com/reactphp-inspector/http-middleware) from 1.0.0 to 2.2.0. - [Release notes](https://github.com/reactphp-inspector/http-middleware/releases) - [Commits](https://github.com/reactphp-inspector/http-middleware/compare/1.0.0...2.2.0) --- updated-dependencies: - dependency-name: react-inspector/http-middleware dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- base/composer.json | 2 +- base/composer.lock | 196 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 184 insertions(+), 14 deletions(-) diff --git a/base/composer.json b/base/composer.json index eb0894c..0271dcd 100644 --- a/base/composer.json +++ b/base/composer.json @@ -6,7 +6,7 @@ "wyrihaximus/react-http-middleware-with-headers": "^2", "react-inspector/http-middleware-printer": "^1.0", "react-inspector/prometheus-printer": "^1.0", - "react-inspector/http-middleware": "^1.0", + "react-inspector/http-middleware": "^2.2", "react-inspector/event-loop": "^1.0", "react-inspector/stream": "^1.0", "react-inspector/memory-usage": "^1.0", diff --git a/base/composer.lock b/base/composer.lock index c723b35..7d06dc6 100644 --- a/base/composer.lock +++ b/base/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7498baf4345ae4b4026f17353d47e71d", + "content-hash": "9b38b4a35947b0abad18bcc5ca843d66", "packages": [ { "name": "api-clients/rx", @@ -156,6 +156,67 @@ }, "time": "2019-12-05T16:56:26+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", + "support": { + "issues": "https://github.com/lcobucci/clock/issues", + "source": "https://github.com/lcobucci/clock/tree/2.0.x" + }, + "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": "nikic/php-parser", "version": "v4.12.0", @@ -540,29 +601,28 @@ }, { "name": "react-inspector/http-middleware", - "version": "1.0.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/reactphp-inspector/http-middleware.git", - "reference": "b10c5b834eb466ec291338f35d35291007e2e38c" + "reference": "69f6c68cf8954cf03bb56b03bdc31e8525549554" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-inspector/http-middleware/zipball/b10c5b834eb466ec291338f35d35291007e2e38c", - "reference": "b10c5b834eb466ec291338f35d35291007e2e38c", + "url": "https://api.github.com/repos/reactphp-inspector/http-middleware/zipball/69f6c68cf8954cf03bb56b03bdc31e8525549554", + "reference": "69f6c68cf8954cf03bb56b03bdc31e8525549554", "shasum": "" }, "require": { - "php": "^7.4", + "php": "^8 || ^7.4", "psr/http-message": "^1.0", - "react-inspector/metric": "^1.0", - "react-inspector/metrics": "^1.0", "react/promise": "^2.7", - "reactivex/rxphp": "^2.0" + "wyrihaximus/metrics": "^1.0.1" }, "require-dev": { - "ringcentral/psr7": "^1.2.2", - "wyrihaximus/async-test-utilities": "^2.0" + "ringcentral/psr7": "^1.3.0", + "thecodingmachine/safe": "^1.2", + "wyrihaximus/async-test-utilities": "^4.0.6" }, "type": "library", "autoload": { @@ -584,7 +644,7 @@ "description": "🔭 Measure HTTP requests going through an react/http", "support": { "issues": "https://github.com/reactphp-inspector/http-middleware/issues", - "source": "https://github.com/reactphp-inspector/http-middleware/tree/1.0.0" + "source": "https://github.com/reactphp-inspector/http-middleware/tree/2.2.0" }, "funding": [ { @@ -592,7 +652,7 @@ "type": "github" } ], - "time": "2020-03-20T23:40:17+00:00" + "time": "2021-11-08T19:01:13+00:00" }, { "name": "react-inspector/http-middleware-printer", @@ -1005,6 +1065,62 @@ ], "time": "2020-04-03T18:47:31+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", + "support": { + "issues": "https://github.com/reactphp-parallel/object-proxy-attributes/issues", + "source": "https://github.com/reactphp-parallel/object-proxy-attributes/tree/1.0.0" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2020-10-31T14:14:06+00:00" + }, { "name": "react/cache", "version": "v1.1.1", @@ -2512,6 +2628,60 @@ }, "time": "2018-12-29T20:17:57+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", + "support": { + "issues": "https://github.com/WyriHaximus/php-metrics/issues", + "source": "https://github.com/WyriHaximus/php-metrics/tree/1.0.2" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2020-11-17T22:53:16+00:00" + }, { "name": "wyrihaximus/react-http-middleware-with-headers", "version": "2.0.0",