From e81045d29d880847d4081da9110cf1127f868b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 20:01:29 +0000 Subject: [PATCH] Bump laminas/laminas-diactoros from 2.19.0 to 2.23.0 Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.19.0 to 2.23.0. - [Release notes](https://github.com/laminas/laminas-diactoros/releases) - [Commits](https://github.com/laminas/laminas-diactoros/compare/2.19.0...2.23.0) --- updated-dependencies: - dependency-name: laminas/laminas-diactoros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 6c086ee2..5a0cda2c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1", "chimera/foundation": "^1.0.x-dev", "chimera/routing": "^1.0.x-dev", - "laminas/laminas-diactoros": "^2.19", + "laminas/laminas-diactoros": "^2.23", "mezzio/mezzio": "^3.13", "mezzio/mezzio-fastroute": "^3.7", "mezzio/mezzio-helpers": "^5.11", diff --git a/composer.lock b/composer.lock index f164d695..203829cd 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": "b5287d1c9b5f3b649ded87dac22824e3", + "content-hash": "2ca097f33fecdb55a9830188e0bcc274", "packages": [ { "name": "brick/math", @@ -252,16 +252,16 @@ }, { "name": "laminas/laminas-diactoros", - "version": "2.19.0", + "version": "2.23.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "b3c7e9262b4fbec801d8df2370cdebb4f5d3a0ae" + "reference": "a738cecb420e3bcff34c33177f1ce9f68902695c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/b3c7e9262b4fbec801d8df2370cdebb4f5d3a0ae", - "reference": "b3c7e9262b4fbec801d8df2370cdebb4f5d3a0ae", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/a738cecb420e3bcff34c33177f1ce9f68902695c", + "reference": "a738cecb420e3bcff34c33177f1ce9f68902695c", "shasum": "" }, "require": { @@ -283,10 +283,10 @@ "ext-libxml": "*", "http-interop/http-factory-tests": "^0.9.0", "laminas/laminas-coding-standard": "^2.4.0", - "php-http/psr7-integration-tests": "^1.1.1", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.28" + "php-http/psr7-integration-tests": "^1.2", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^5.0.0" }, "type": "library", "extra": { @@ -345,7 +345,7 @@ "type": "community_bridge" } ], - "time": "2022-10-10T21:28:03+00:00" + "time": "2022-12-14T22:31:50+00:00" }, { "name": "laminas/laminas-escaper",