From 977047e6b35ccfd5f450b875cdd4a7202fb59ac4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:03:11 +0000 Subject: [PATCH] Update dependency mezzio/mezzio to ^3.16.0 | datasource | package | from | to | | ---------- | ------------- | ------ | ------ | | packagist | mezzio/mezzio | 3.15.0 | 3.16.0 | Signed-off-by: Renovate Bot --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index faf5c683..e50e4fb0 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "laminas/laminas-stratigility": "^3.9", "laminas/laminas-twitter": "^3.7.0", "league/commonmark": "^2.3.9", - "mezzio/mezzio": "^3.15.0", + "mezzio/mezzio": "^3.16.0", "mezzio/mezzio-fastroute": "^3.8.0", "mezzio/mezzio-hal": "^2.6.1", "mezzio/mezzio-helpers": "^5.12.0", diff --git a/composer.lock b/composer.lock index 8e3f56fd..a1a07d3a 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": "18d83932f07fcaeefea6f626a4bb05ce", + "content-hash": "1f150c48d20ff5dd40b4cde7c8179281", "packages": [ { "name": "beberlei/assert", @@ -2374,16 +2374,16 @@ }, { "name": "mezzio/mezzio", - "version": "3.15.0", + "version": "3.16.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio.git", - "reference": "f1c473acd715d804075cd128b91846db74ca3d14" + "reference": "7d2efe760f62d5c43df3a3a86a470fccb00cf5a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio/zipball/f1c473acd715d804075cd128b91846db74ca3d14", - "reference": "f1c473acd715d804075cd128b91846db74ca3d14", + "url": "https://api.github.com/repos/mezzio/mezzio/zipball/7d2efe760f62d5c43df3a3a86a470fccb00cf5a3", + "reference": "7d2efe760f62d5c43df3a3a86a470fccb00cf5a3", "shasum": "" }, "require": { @@ -2392,7 +2392,7 @@ "laminas/laminas-stratigility": "^3.5", "mezzio/mezzio-router": "^3.7", "mezzio/mezzio-template": "^2.2", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0", "psr/container": "^1.0||^2.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0.1", @@ -2416,9 +2416,9 @@ "mezzio/mezzio-aurarouter": "^3.6", "mezzio/mezzio-fastroute": "^3.8", "mezzio/mezzio-laminasrouter": "^3.7", - "phpunit/phpunit": "^9.5.27", + "phpunit/phpunit": "^10.0.11", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.4" + "vimeo/psalm": "^5.7.7" }, "suggest": { "filp/whoops": "^2.1 to use the Whoops error handler", @@ -2477,7 +2477,7 @@ "type": "community_bridge" } ], - "time": "2023-01-15T08:32:54+00:00" + "time": "2023-02-26T22:42:46+00:00" }, { "name": "mezzio/mezzio-fastroute",