From a1d943256a6b69794480b7282f860d7847d40b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:20:08 +0100 Subject: [PATCH] Bump phpbench/phpbench from 1.2.7 to 1.2.8 in /tools (#441) Bumps [phpbench/phpbench](https://github.com/phpbench/phpbench) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/phpbench/phpbench/releases) - [Changelog](https://github.com/phpbench/phpbench/blob/master/CHANGELOG.md) - [Commits](https://github.com/phpbench/phpbench/compare/1.2.7...1.2.8) --- updated-dependencies: - dependency-name: phpbench/phpbench dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/composer.lock | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/tools/composer.lock b/tools/composer.lock index 92c71d1..fa16812 100644 --- a/tools/composer.lock +++ b/tools/composer.lock @@ -1851,20 +1851,20 @@ }, { "name": "phpbench/phpbench", - "version": "1.2.7", + "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/phpbench/phpbench.git", - "reference": "dce145304abbb16c8d9af69c19d96f47e9d0e670" + "reference": "3f7b3c200f86727de7a14bde94adb68a88e1bafc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/phpbench/zipball/dce145304abbb16c8d9af69c19d96f47e9d0e670", - "reference": "dce145304abbb16c8d9af69c19d96f47e9d0e670", + "url": "https://api.github.com/repos/phpbench/phpbench/zipball/3f7b3c200f86727de7a14bde94adb68a88e1bafc", + "reference": "3f7b3c200f86727de7a14bde94adb68a88e1bafc", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13 || ^2.0", "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", @@ -1929,7 +1929,7 @@ "description": "PHP Benchmarking Framework", "support": { "issues": "https://github.com/phpbench/phpbench/issues", - "source": "https://github.com/phpbench/phpbench/tree/1.2.7" + "source": "https://github.com/phpbench/phpbench/tree/1.2.8" }, "funding": [ { @@ -1937,7 +1937,7 @@ "type": "github" } ], - "time": "2022-10-15T09:57:51+00:00" + "time": "2023-01-14T13:08:42+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -5840,9 +5840,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "phpbench/phpbench": 15 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [],