Minor dependency upgrade
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2024-02-20 10:43:33 +00:00
parent 1ea48d8dd0
commit c72112c5aa
2 changed files with 12 additions and 12 deletions

22
composer.lock generated

@ -1099,16 +1099,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.8.0", "version": "1.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353",
"reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1151,9 +1151,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "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", "name": "phpmetrics/phpmetrics",
@ -3597,16 +3597,16 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "5.22.0", "version": "5.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "fe2c67ec89f358940f90db05efd2d663388b45a6" "reference": "e9dad66e11274315dac27e08349c628c7d6a1a43"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/fe2c67ec89f358940f90db05efd2d663388b45a6", "url": "https://api.github.com/repos/vimeo/psalm/zipball/e9dad66e11274315dac27e08349c628c7d6a1a43",
"reference": "fe2c67ec89f358940f90db05efd2d663388b45a6", "reference": "e9dad66e11274315dac27e08349c628c7d6a1a43",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3703,7 +3703,7 @@
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm" "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", "name": "webmozart/assert",

@ -2,7 +2,7 @@
"runner.bootstrap": "vendor/autoload.php", "runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark/", "runner.path": "benchmark/",
"runner.php_disable_ini": true, "runner.php_disable_ini": true,
"runner.retry_threshold": 5, "runner.retry_threshold": 10,
"runner.iterations": 10, "runner.iterations": 10,
"storage.xml_storage_path": "output/benchmarking/", "storage.xml_storage_path": "output/benchmarking/",
"report.outputs": { "report.outputs": {