From c72112c5aa72c825946c8118b13ab2cec06bd3fc Mon Sep 17 00:00:00 2001 From: Jens True Date: Tue, 20 Feb 2024 10:43:33 +0000 Subject: [PATCH] Minor dependency upgrade --- composer.lock | 22 +++++++++++----------- phpbench.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index c7c5f8b..a281070 100644 --- a/composer.lock +++ b/composer.lock @@ -1099,16 +1099,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" + "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353", + "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353", "shasum": "" }, "require": { @@ -1151,9 +1151,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.1" }, - "time": "2024-01-11T11:49:22+00:00" + "time": "2024-01-18T19:15:27+00:00" }, { "name": "phpmetrics/phpmetrics", @@ -3597,16 +3597,16 @@ }, { "name": "vimeo/psalm", - "version": "5.22.0", + "version": "5.22.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "fe2c67ec89f358940f90db05efd2d663388b45a6" + "reference": "e9dad66e11274315dac27e08349c628c7d6a1a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/fe2c67ec89f358940f90db05efd2d663388b45a6", - "reference": "fe2c67ec89f358940f90db05efd2d663388b45a6", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/e9dad66e11274315dac27e08349c628c7d6a1a43", + "reference": "e9dad66e11274315dac27e08349c628c7d6a1a43", "shasum": "" }, "require": { @@ -3703,7 +3703,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2024-02-13T14:22:51+00:00" + "time": "2024-02-15T22:52:31+00:00" }, { "name": "webmozart/assert", diff --git a/phpbench.json b/phpbench.json index de606f9..94bf262 100644 --- a/phpbench.json +++ b/phpbench.json @@ -2,7 +2,7 @@ "runner.bootstrap": "vendor/autoload.php", "runner.path": "benchmark/", "runner.php_disable_ini": true, - "runner.retry_threshold": 5, + "runner.retry_threshold": 10, "runner.iterations": 10, "storage.xml_storage_path": "output/benchmarking/", "report.outputs": {