diff --git a/composer.lock b/composer.lock index 6e403c6..dce1d75 100644 --- a/composer.lock +++ b/composer.lock @@ -190,35 +190,36 @@ }, { "name": "mezzio/mezzio-helpers", - "version": "5.16.0", + "version": "5.17.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio-helpers.git", - "reference": "39ede1ba9ac6398d535339c1fbabcd6e40a55110" + "reference": "c4a0ca62fe2613c70091a2cd3c93b1deb97b3c31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio-helpers/zipball/39ede1ba9ac6398d535339c1fbabcd6e40a55110", - "reference": "39ede1ba9ac6398d535339c1fbabcd6e40a55110", + "url": "https://api.github.com/repos/mezzio/mezzio-helpers/zipball/c4a0ca62fe2613c70091a2cd3c93b1deb97b3c31", + "reference": "c4a0ca62fe2613c70091a2cd3c93b1deb97b3c31", "shasum": "" }, "require": { "mezzio/mezzio-router": "^3.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/container": "^1.0 || ^2.0", "psr/http-message": "^1.0.1 || ^2.0.0", "psr/http-server-middleware": "^1.0" }, "conflict": { + "amphp/amp": "<2.6.4", "zendframework/zend-expressive-helpers": "*" }, "require-dev": { "ext-json": "*", "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-diactoros": "^3.3", - "phpunit/phpunit": "^10.4.2", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.15" + "laminas/laminas-diactoros": "^3.4", + "phpunit/phpunit": "^10.5.36", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "suggest": { "ext-json": "If you wish to use the JsonStrategy with BodyParamsMiddleware" @@ -262,25 +263,25 @@ "type": "community_bridge" } ], - "time": "2023-11-01T11:19:55+00:00" + "time": "2024-10-16T21:14:19+00:00" }, { "name": "mezzio/mezzio-router", - "version": "3.17.0", + "version": "3.18.0", "source": { "type": "git", "url": "https://github.com/mezzio/mezzio-router.git", - "reference": "78573e16144a70ccf02039e1a2600788119c0dbb" + "reference": "75e9a3e636ee69f3a51006772cf29c00cb5da675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/78573e16144a70ccf02039e1a2600788119c0dbb", - "reference": "78573e16144a70ccf02039e1a2600788119c0dbb", + "url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/75e9a3e636ee69f3a51006772cf29c00cb5da675", + "reference": "75e9a3e636ee69f3a51006772cf29c00cb5da675", "shasum": "" }, "require": { "fig/http-message-util": "^1.1.5", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/container": "^1.1.2 || ^2.0", "psr/http-factory": "^1.0.2", "psr/http-message": "^1.0.1 || ^2.0.0", @@ -293,12 +294,12 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-diactoros": "^3.3.0", - "laminas/laminas-servicemanager": "^3.22.1", - "laminas/laminas-stratigility": "^3.11.0", - "phpunit/phpunit": "^10.4.2", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.15" + "laminas/laminas-diactoros": "^3.4.0", + "laminas/laminas-servicemanager": "^4.2.0", + "laminas/laminas-stratigility": "^4.0.2", + "phpunit/phpunit": "^10.5.36", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "suggest": { "mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter", @@ -344,7 +345,7 @@ "type": "community_bridge" } ], - "time": "2023-10-31T17:23:17+00:00" + "time": "2024-10-16T21:18:01+00:00" }, { "name": "mezzio/mezzio-template",