From 4c28738bd3fb6330b498451461c5463925eb34da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:44:39 +0000 Subject: [PATCH] Lock file maintenance Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 0b59e63..f8428ed 100644 --- a/composer.lock +++ b/composer.lock @@ -280,26 +280,26 @@ }, { "name": "mezzio/mezzio-router", - "version": "3.16.1", + "version": "3.17.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio-router.git", - "reference": "b83d61a728fdc2c62c6d20d16b73414901b36070" + "reference": "78573e16144a70ccf02039e1a2600788119c0dbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/b83d61a728fdc2c62c6d20d16b73414901b36070", - "reference": "b83d61a728fdc2c62c6d20d16b73414901b36070", + "url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/78573e16144a70ccf02039e1a2600788119c0dbb", + "reference": "78573e16144a70ccf02039e1a2600788119c0dbb", "shasum": "" }, "require": { - "fig/http-message-util": "^1.1.2", - "php": "~8.1.0 || ~8.2.0", - "psr/container": "^1.0 || ^2.0", - "psr/http-factory": "^1.0", + "fig/http-message-util": "^1.1.5", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "psr/container": "^1.1.2 || ^2.0", + "psr/http-factory": "^1.0.2", "psr/http-message": "^1.0.1 || ^2.0.0", - "psr/http-server-middleware": "^1.0", - "webmozart/assert": "^1.10" + "psr/http-server-middleware": "^1.0.2", + "webmozart/assert": "^1.11" }, "conflict": { "mezzio/mezzio": "<3.5", @@ -307,12 +307,12 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-diactoros": "^2.25.2", - "laminas/laminas-servicemanager": "^3.20.0", - "laminas/laminas-stratigility": "^3.9.0", - "phpunit/phpunit": "^10.1.2", + "laminas/laminas-diactoros": "^3.3.0", + "laminas/laminas-servicemanager": "^3.22.1", + "laminas/laminas-stratigility": "^3.11.0", + "phpunit/phpunit": "^10.4.2", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.9" + "vimeo/psalm": "^5.15" }, "suggest": { "mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter", @@ -358,7 +358,7 @@ "type": "community_bridge" } ], - "time": "2023-04-24T14:33:22+00:00" + "time": "2023-10-31T17:23:17+00:00" }, { "name": "psr/container",