From 4d530be13bfaa8265f53de413237b2731cb84686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:44:47 +0000 Subject: [PATCH] Lock file maintenance Signed-off-by: Renovate Bot --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 57506bf..e1526c1 100644 --- a/composer.lock +++ b/composer.lock @@ -70,22 +70,22 @@ }, { "name": "mezzio/mezzio-session", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio-session.git", - "reference": "c52f68efa0b45d52284f354af1805b738ded7250" + "reference": "6fda1a10abf5c1e83e21a08beac199c670c8be34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio-session/zipball/c52f68efa0b45d52284f354af1805b738ded7250", - "reference": "c52f68efa0b45d52284f354af1805b738ded7250", + "url": "https://api.github.com/repos/mezzio/mezzio-session/zipball/6fda1a10abf5c1e83e21a08beac199c670c8be34", + "reference": "6fda1a10abf5c1e83e21a08beac199c670c8be34", "shasum": "" }, "require": { - "dflydev/fig-cookies": "^2.0.1 || ^3.0", + "dflydev/fig-cookies": "^3.0", "ext-json": "*", - "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-server-middleware": "^1.0" }, @@ -93,11 +93,11 @@ "zendframework/zend-expressive-session": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-diactoros": "^2.21", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.30" + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-diactoros": "^2.24", + "phpunit/phpunit": "^10.0.16", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8" }, "suggest": { "mezzio/mezzio-csrf": "^1.0 || ^1.0-dev for CSRF protection capabilities", @@ -142,7 +142,7 @@ "type": "community_bridge" } ], - "time": "2022-11-16T10:23:30+00:00" + "time": "2023-03-20T16:09:29+00:00" }, { "name": "psr/cache",