From 08b3d3842da7c034c9cdb3d14439b740ad0b5205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:23:01 +0000 Subject: [PATCH] Update dependency laminas/laminas-diactoros to ^2.24.0 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | laminas/laminas-diactoros | 2.23.0 | 2.24.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 e640912d..3895cf00 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "~8.1.12", "azjezz/psl": "^2.3.1", "jwage/changelog-generator": "^1.4.0", - "laminas/laminas-diactoros": "^2.23.0", + "laminas/laminas-diactoros": "^2.24.0", "lcobucci/clock": "^3.0.0", "monolog/monolog": "^3.2.0", "ocramius/package-versions": "^2.7.0", diff --git a/composer.lock b/composer.lock index d7a4d490..98cd6cf0 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": "7acc19d0600a6e7170b29f59b97b8ff8", + "content-hash": "0e3be91c3ee2ece5546d8207e48e0c9a", "packages": [ { "name": "azjezz/psl", @@ -639,16 +639,16 @@ }, { "name": "laminas/laminas-diactoros", - "version": "2.23.0", + "version": "2.24.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "a738cecb420e3bcff34c33177f1ce9f68902695c" + "reference": "6028af6c3b5ced4d063a680d2483cce67578b902" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/a738cecb420e3bcff34c33177f1ce9f68902695c", - "reference": "a738cecb420e3bcff34c33177f1ce9f68902695c", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6028af6c3b5ced4d063a680d2483cce67578b902", + "reference": "6028af6c3b5ced4d063a680d2483cce67578b902", "shasum": "" }, "require": { @@ -671,9 +671,9 @@ "http-interop/http-factory-tests": "^0.9.0", "laminas/laminas-coding-standard": "^2.4.0", "php-http/psr7-integration-tests": "^1.2", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.0.0" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.4" }, "type": "library", "extra": { @@ -732,7 +732,7 @@ "type": "community_bridge" } ], - "time": "2022-12-14T22:31:50+00:00" + "time": "2022-12-20T12:22:40+00:00" }, { "name": "lcobucci/clock",