From 2161fd738a7f970745671a812d59aa288c7ba460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 00:59:31 +0000 Subject: [PATCH] Bump phpdocumentor/reflection-docblock from 5.2.2 to 5.3.0 in /base Bumps [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases) - [Commits](https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.2.2...5.3.0) --- updated-dependencies: - dependency-name: phpdocumentor/reflection-docblock dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- base/composer.lock | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/base/composer.lock b/base/composer.lock index 7026cb8..cb0c6e7 100644 --- a/base/composer.lock +++ b/base/composer.lock @@ -267,16 +267,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.2.2", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { @@ -287,7 +287,8 @@ "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -317,9 +318,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" }, - "time": "2020-09-03T19:13:55+00:00" + "time": "2021-10-19T17:43:47+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -901,26 +902,26 @@ }, { "name": "react-inspector/prometheus-printer", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp-inspector/prometheus-printer.git", - "reference": "51045d4ba68f72f5f69d0f031736df821ecd25f0" + "reference": "15cfa3847028058aa37b4b0e83ba1e12373d7c00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp-inspector/prometheus-printer/zipball/51045d4ba68f72f5f69d0f031736df821ecd25f0", - "reference": "51045d4ba68f72f5f69d0f031736df821ecd25f0", + "url": "https://api.github.com/repos/reactphp-inspector/prometheus-printer/zipball/15cfa3847028058aa37b4b0e83ba1e12373d7c00", + "reference": "15cfa3847028058aa37b4b0e83ba1e12373d7c00", "shasum": "" }, "require": { - "php": "^7.4", + "php": "^8 || ^7.4", "react-inspector/metric": "^1.0", "react-inspector/metrics": "^1.0", "react-inspector/printer": "^1.0" }, "require-dev": { - "wyrihaximus/async-test-utilities": "^2.0" + "wyrihaximus/async-test-utilities": "^4.0.7" }, "type": "library", "autoload": { @@ -942,7 +943,7 @@ "description": "📜 Metrics Printer in Prometheus format", "support": { "issues": "https://github.com/reactphp-inspector/prometheus-printer/issues", - "source": "https://github.com/reactphp-inspector/prometheus-printer/tree/1.0.0" + "source": "https://github.com/reactphp-inspector/prometheus-printer/tree/1.1.0" }, "funding": [ { @@ -950,7 +951,7 @@ "type": "github" } ], - "time": "2020-03-20T22:41:00+00:00" + "time": "2021-11-08T22:49:00+00:00" }, { "name": "react-inspector/stream",