From 893714b40c85bcc680970488562ecff78c61a35b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:15:23 +0000 Subject: [PATCH] Update Webinertia packages | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | webinertia/limatus | 0.0.12 | 0.0.15 | | packagist | webinertia/webinertia-mvc | 0.0.4 | 0.0.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bade3d5..dfa400c 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "laminas/laminas-cli": "^1.8", "laminas/laminas-session": "^2.16", "laminas/laminas-authentication": "^2.13.0", - "webinertia/limatus": "^0.0.12", - "webinertia/webinertia-mvc": "^0.0.3 || ^0.0.4" + "webinertia/limatus": "^0.0.12 || ^0.0.15", + "webinertia/webinertia-mvc": "^0.0.3 || ^0.0.4 || ^0.0.5" }, "require-dev": { "laminas/laminas-coding-standard": "^2.5.0",