From fde665ddc38d932e6a34ef9fab190b35493a2ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:48:16 +0000 Subject: [PATCH] chore(deps): bump laminas/laminas-httphandlerrunner from 2.6.1 to 2.10.0 Bumps [laminas/laminas-httphandlerrunner](https://github.com/laminas/laminas-httphandlerrunner) from 2.6.1 to 2.10.0. - [Release notes](https://github.com/laminas/laminas-httphandlerrunner/releases) - [Commits](https://github.com/laminas/laminas-httphandlerrunner/compare/2.6.1...2.10.0) --- updated-dependencies: - dependency-name: laminas/laminas-httphandlerrunner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 5ed5956..b114413 100644 --- a/composer.lock +++ b/composer.lock @@ -93,30 +93,30 @@ }, { "name": "laminas/laminas-httphandlerrunner", - "version": "2.6.1", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-httphandlerrunner.git", - "reference": "a894a341ec2b0995919265db4f463fb1d5128134" + "reference": "35a0ba92e940a2f9533754f5a56187fa321f7693" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/a894a341ec2b0995919265db4f463fb1d5128134", - "reference": "a894a341ec2b0995919265db4f463fb1d5128134", + "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/35a0ba92e940a2f9533754f5a56187fa321f7693", + "reference": "35a0ba92e940a2f9533754f5a56187fa321f7693", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "psr/http-message": "^1.0 || ^2.0", - "psr/http-message-implementation": "^1.0", + "psr/http-message-implementation": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-diactoros": "^2.25.2", - "phpunit/phpunit": "^10.1.2", + "laminas/laminas-diactoros": "^3.3.0", + "phpunit/phpunit": "^10.5.5", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.11" + "vimeo/psalm": "^5.18" }, "type": "library", "extra": { @@ -156,7 +156,7 @@ "type": "community_bridge" } ], - "time": "2023-05-05T16:09:27+00:00" + "time": "2024-01-04T10:50:34+00:00" }, { "name": "league/container",