From 908aa645927ecebd141868e886875f2d0505be65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:21:16 +0000 Subject: [PATCH] Update Webinertia packages | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | packagist | webinertia/webinertia-db | 0.0.6 | 0.0.7 | | packagist | webinertia/webinertia-filter | 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 54e9e19..a1717bc 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "php": "~8.1.0 || ~8.2.0", "laminas/laminas-diactoros": "^3.0", "laminas/laminas-eventmanager": "^3.10.0", - "webinertia/webinertia-filter": "^0.0.3 || ^0.0.4", - "webinertia/webinertia-db": "^0.0.3 || ^0.0.4 || ^0.0.5 || ^0.0.6" + "webinertia/webinertia-filter": "^0.0.3 || ^0.0.4 || ^0.0.5", + "webinertia/webinertia-db": "^0.0.3 || ^0.0.4 || ^0.0.5 || ^0.0.6 || ^0.0.7" }, "require-dev": { "laminas/laminas-coding-standard": "^2.5",