From 8f9908d5a7e0c8d198c7ee847b9fd7b6eefd6773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:33:09 +0000 Subject: [PATCH] Update dependency mezzio/mezzio-router to v4 | datasource | package | from | to | | ---------- | -------------------- | ------ | ----- | | packagist | mezzio/mezzio-router | 3.20.0 | 4.2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 39c4f29..57afea1 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "psr/http-server-middleware": "^1.0", "psr/container": "^1.1 || ^2.0", "laminas/laminas-permissions-acl": "^2.18", - "mezzio/mezzio-router": "^3.19" + "mezzio/mezzio-router": "^3.19 || ^4.0" }, "require-dev": { "laminas/laminas-coding-standard": "^3.1", diff --git a/composer.lock b/composer.lock index 65fb829..0935eef 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2b31e66d17a297c0f61ae01480e00199", + "content-hash": "b1d1dd9ce88c16fc67b7433f645d7a98", "packages": [ { "name": "fig/http-message-util", @@ -261,16 +261,16 @@ }, { "name": "mezzio/mezzio-router", - "version": "3.20.0", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio-router.git", - "reference": "be4de58dc8822b4af653dc554f963b4cb1e23355" + "reference": "e7a6505d7e460ce30c4135e146241d7d24d81c27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/be4de58dc8822b4af653dc554f963b4cb1e23355", - "reference": "be4de58dc8822b4af653dc554f963b4cb1e23355", + "url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/e7a6505d7e460ce30c4135e146241d7d24d81c27", + "reference": "e7a6505d7e460ce30c4135e146241d7d24d81c27", "shasum": "" }, "require": { @@ -280,7 +280,7 @@ "psr/http-factory": "^1.0.2", "psr/http-message": "^1.0.1 || ^2.0.0", "psr/http-server-middleware": "^1.0.2", - "webmozart/assert": "^1.11 || ^2.0" + "webmozart/assert": "^1.11.0 || ^2.1.1" }, "conflict": { "mezzio/mezzio": "<3.5", @@ -292,11 +292,10 @@ "laminas/laminas-servicemanager": "^4.4.0", "laminas/laminas-stratigility": "^4.2.0", "phpunit/phpunit": "^11.5.42", - "psalm/plugin-phpunit": "^0.19.0", + "psalm/plugin-phpunit": "^0.19.5", "vimeo/psalm": "^6.13.1" }, "suggest": { - "mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter", "mezzio/mezzio-fastroute": "^3.0 to use the FastRoute routing adapter", "mezzio/mezzio-laminasrouter": "^3.0 to use the laminas-router routing adapter" }, @@ -339,7 +338,7 @@ "type": "community_bridge" } ], - "time": "2026-02-19T15:49:48+00:00" + "time": "2026-01-09T11:44:24+00:00" }, { "name": "psr/container",