From 2ad4b3322c08674eee183c9a3ae8f7b6f6792996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 00:11:49 +0000 Subject: [PATCH] Bump react-inspector/http-middleware-printer in /base Bumps [react-inspector/http-middleware-printer](https://github.com/reactphp-inspector/http-middleware-printer) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/reactphp-inspector/http-middleware-printer/releases) - [Commits](https://github.com/reactphp-inspector/http-middleware-printer/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: react-inspector/http-middleware-printer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- base/composer.lock | 105 ++++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/base/composer.lock b/base/composer.lock index c723b35..7026cb8 100644 --- a/base/composer.lock +++ b/base/composer.lock @@ -596,20 +596,20 @@ }, { "name": "react-inspector/http-middleware-printer", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp-inspector/http-middleware-printer.git", - "reference": "cfdc7a3a147aa5c15d73b9ae12cdac4b3592ddf3" + "reference": "5aa30f029710f83ebd34f8424b775ae81097a9dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-inspector/http-middleware-printer/zipball/cfdc7a3a147aa5c15d73b9ae12cdac4b3592ddf3", - "reference": "cfdc7a3a147aa5c15d73b9ae12cdac4b3592ddf3", + "url": "https://api.github.com/repos/reactphp-inspector/http-middleware-printer/zipball/5aa30f029710f83ebd34f8424b775ae81097a9dc", + "reference": "5aa30f029710f83ebd34f8424b775ae81097a9dc", "shasum": "" }, "require": { - "php": "^7.4", + "php": "^7.4 || ^8.0", "psr/http-message": "^1.0", "react-inspector/metric": "^1.0", "react-inspector/metrics": "^1.0", @@ -619,7 +619,8 @@ "ringcentral/psr7": "^1.2.2" }, "require-dev": { - "wyrihaximus/async-test-utilities": "^2.0" + "squizlabs/php_codesniffer": "^3.6.1", + "wyrihaximus/async-test-utilities": "^4.0.7" }, "type": "library", "autoload": { @@ -641,7 +642,7 @@ "description": "📰🏮 HTTP Middleware Metrics Printer", "support": { "issues": "https://github.com/reactphp-inspector/http-middleware-printer/issues", - "source": "https://github.com/reactphp-inspector/http-middleware-printer/tree/master" + "source": "https://github.com/reactphp-inspector/http-middleware-printer/tree/1.1.0" }, "funding": [ { @@ -649,7 +650,7 @@ "type": "github" } ], - "time": "2020-03-22T22:07:40+00:00" + "time": "2021-11-08T22:49:06+00:00" }, { "name": "react-inspector/memory-usage", @@ -715,24 +716,24 @@ }, { "name": "react-inspector/metric", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp-inspector/metric.git", - "reference": "8facabd382dc1b770155f09c8c101089619f975d" + "reference": "82aea1d319a852a1f9551bf02208c240c1e74f53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-inspector/metric/zipball/8facabd382dc1b770155f09c8c101089619f975d", - "reference": "8facabd382dc1b770155f09c8c101089619f975d", + "url": "https://api.github.com/repos/reactphp-inspector/metric/zipball/82aea1d319a852a1f9551bf02208c240c1e74f53", + "reference": "82aea1d319a852a1f9551bf02208c240c1e74f53", "shasum": "" }, "require": { - "php": "^7.4", - "thecodingmachine/safe": "^1.0" + "php": "^8 || ^7.4", + "thecodingmachine/safe": "^1.3.3" }, "require-dev": { - "wyrihaximus/test-utilities": "^2.0" + "wyrihaximus/test-utilities": "^3.7.3" }, "type": "library", "extra": { @@ -759,7 +760,7 @@ "description": "📐 Metric VO's", "support": { "issues": "https://github.com/reactphp-inspector/metric/issues", - "source": "https://github.com/reactphp-inspector/metric/tree/1.0.0" + "source": "https://github.com/reactphp-inspector/metric/tree/1.1.0" }, "funding": [ { @@ -767,32 +768,34 @@ "type": "github" } ], - "time": "2020-03-15T21:24:35+00:00" + "time": "2021-10-31T14:02:18+00:00" }, { "name": "react-inspector/metrics", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp-inspector/metrics.git", - "reference": "7b9a4ebd96b81b5b6d8df53385dc145438309e85" + "reference": "0fb04a99f1c7c548c67ab2b3e63e857105265a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-inspector/metrics/zipball/7b9a4ebd96b81b5b6d8df53385dc145438309e85", - "reference": "7b9a4ebd96b81b5b6d8df53385dc145438309e85", + "url": "https://api.github.com/repos/reactphp-inspector/metrics/zipball/0fb04a99f1c7c548c67ab2b3e63e857105265a04", + "reference": "0fb04a99f1c7c548c67ab2b3e63e857105265a04", "shasum": "" }, "require": { "api-clients/rx": "^2.2", - "php": "^7.4", + "php": "^7.4 || ^8.0", "react-inspector/metric": "^1.0", - "react/event-loop": "^1.1", + "react/event-loop": "^1.2", "reactivex/rxphp": "^2.0", "thecodingmachine/safe": "^1.0" }, "require-dev": { - "wyrihaximus/async-test-utilities": "^2.0" + "squizlabs/php_codesniffer": "^3.6.1", + "wyrihaximus/async-test-utilities": "^4.0.7", + "wyrihaximus/ticking-promise": "^3.0" }, "suggest": { "react-inspector/bunny": "Measure what is going through fread/fwrite calls from bunny/bunny", @@ -838,7 +841,7 @@ "description": "☄ Metrics stream", "support": { "issues": "https://github.com/reactphp-inspector/metrics/issues", - "source": "https://github.com/reactphp-inspector/metrics/tree/1.0.2" + "source": "https://github.com/reactphp-inspector/metrics/tree/1.1.0" }, "funding": [ { @@ -846,24 +849,24 @@ "type": "github" } ], - "time": "2021-08-15T11:54:04+00:00" + "time": "2021-11-08T22:49:11+00:00" }, { "name": "react-inspector/printer", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp-inspector/printer.git", - "reference": "4b69d407f908f3fa1497bf5d417b47e0b90123b6" + "reference": "e2893e5f6032fc816bb18f98d92f2b1b27897f74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-inspector/printer/zipball/4b69d407f908f3fa1497bf5d417b47e0b90123b6", - "reference": "4b69d407f908f3fa1497bf5d417b47e0b90123b6", + "url": "https://api.github.com/repos/reactphp-inspector/printer/zipball/e2893e5f6032fc816bb18f98d92f2b1b27897f74", + "reference": "e2893e5f6032fc816bb18f98d92f2b1b27897f74", "shasum": "" }, "require": { - "php": "^7.4", + "php": "^7.4 || ^8.0", "react-inspector/metric": "^1.0" }, "type": "library", @@ -886,9 +889,15 @@ "description": "🖨️ Metrics Printer", "support": { "issues": "https://github.com/reactphp-inspector/printer/issues", - "source": "https://github.com/reactphp-inspector/printer/tree/1.0.0" + "source": "https://github.com/reactphp-inspector/printer/tree/1.1.0" }, - "time": "2020-03-19T18:22:25+00:00" + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2021-11-09T16:10:50+00:00" }, { "name": "react-inspector/prometheus-printer", @@ -2422,16 +2431,16 @@ }, { "name": "wyrihaximus/fake-php-version", - "version": "1.8.3", + "version": "1.8.8", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-fake-php-version.git", - "reference": "0c6dd51d85d1cc74be596cebd8bdb4a7b2d3ba8f" + "reference": "36f0dd223640d21550828d4a59f76f981433ce73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-fake-php-version/zipball/0c6dd51d85d1cc74be596cebd8bdb4a7b2d3ba8f", - "reference": "0c6dd51d85d1cc74be596cebd8bdb4a7b2d3ba8f", + "url": "https://api.github.com/repos/WyriHaximus/php-fake-php-version/zipball/36f0dd223640d21550828d4a59f76f981433ce73", + "reference": "36f0dd223640d21550828d4a59f76f981433ce73", "shasum": "" }, "require": { @@ -2458,7 +2467,7 @@ "description": "Ever wanted a fake non-existing version number of PHP, well this package is for you!", "support": { "issues": "https://github.com/WyriHaximus/php-fake-php-version/issues", - "source": "https://github.com/WyriHaximus/php-fake-php-version/tree/1.8.3" + "source": "https://github.com/WyriHaximus/php-fake-php-version/tree/1.8.8" }, "funding": [ { @@ -2466,7 +2475,7 @@ "type": "github" } ], - "time": "2021-07-29T13:05:58+00:00" + "time": "2021-11-23T19:54:02+00:00" }, { "name": "wyrihaximus/iterator-or-array-to-array", @@ -2567,24 +2576,24 @@ }, { "name": "wyrihaximus/simple-twig", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-simple-twig.git", - "reference": "0f0bc8f0484daec4ceb90755a19d448d3836c583" + "reference": "aa0d055c13a25b0318aa55edaea13fe12af15939" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-simple-twig/zipball/0f0bc8f0484daec4ceb90755a19d448d3836c583", - "reference": "0f0bc8f0484daec4ceb90755a19d448d3836c583", + "url": "https://api.github.com/repos/WyriHaximus/php-simple-twig/zipball/aa0d055c13a25b0318aa55edaea13fe12af15939", + "reference": "aa0d055c13a25b0318aa55edaea13fe12af15939", "shasum": "" }, "require": { - "php": "^7.4", - "twig/twig": "^3" + "php": "^8 || ^7.4", + "twig/twig": "^3.3.2" }, "require-dev": { - "wyrihaximus/test-utilities": "^2.9" + "wyrihaximus/test-utilities": "^3.7.3" }, "type": "library", "autoload": { @@ -2608,7 +2617,7 @@ "description": "🌱 Wrapper around Twig making rendering a string template trivial", "support": { "issues": "https://github.com/WyriHaximus/php-simple-twig/issues", - "source": "https://github.com/WyriHaximus/php-simple-twig/tree/2.0.0" + "source": "https://github.com/WyriHaximus/php-simple-twig/tree/2.1.0" }, "funding": [ { @@ -2616,7 +2625,7 @@ "type": "github" } ], - "time": "2020-10-26T20:27:45+00:00" + "time": "2021-09-08T22:05:38+00:00" } ], "packages-dev": [],