diff --git a/composer.json b/composer.json index 7fce9e88..efcd15c3 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "~8.1.12", "azjezz/psl": "^2.3.0", "jwage/changelog-generator": "^1.4.0", - "laminas/laminas-diactoros": "^2.22.0", + "laminas/laminas-diactoros": "^2.23.0", "lcobucci/clock": "^2.2.0", "monolog/monolog": "^3.2.0", "ocramius/package-versions": "^2.7.0", diff --git a/composer.lock b/composer.lock index accfbe8d..6aaea10e 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": "618cb21238873231e17b8661b7f4d3c7", + "content-hash": "ca7dad9153c33422ab67cd18faf4acd0", "packages": [ { "name": "azjezz/psl", @@ -639,16 +639,16 @@ }, { "name": "laminas/laminas-diactoros", - "version": "2.22.0", + "version": "2.23.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "df8c7f9e11d854269f4aa7c06ffa38caa42e4405" + "reference": "a738cecb420e3bcff34c33177f1ce9f68902695c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/df8c7f9e11d854269f4aa7c06ffa38caa42e4405", - "reference": "df8c7f9e11d854269f4aa7c06ffa38caa42e4405", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/a738cecb420e3bcff34c33177f1ce9f68902695c", + "reference": "a738cecb420e3bcff34c33177f1ce9f68902695c", "shasum": "" }, "require": { @@ -670,10 +670,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", + "php-http/psr7-integration-tests": "^1.2", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^4.29.0" + "vimeo/psalm": "^5.0.0" }, "type": "library", "extra": { @@ -732,7 +732,7 @@ "type": "community_bridge" } ], - "time": "2022-11-22T05:54:54+00:00" + "time": "2022-12-14T22:31:50+00:00" }, { "name": "lcobucci/clock",