From c511d2560436a38a2ad06dae4f4b8680b7491b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:17:42 +0000 Subject: [PATCH] Update dependency webmozart/assert to v2 | datasource | package | from | to | | ---------- | ---------------- | ------ | ----- | | packagist | webmozart/assert | 1.12.1 | 2.1.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a3c62a4..2fb19e7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "mezzio/mezzio-authentication": "^1.10", "psr/http-message": "^1.0.1 || ^2.0", "psr/http-server-middleware": "^1.0", - "webmozart/assert": "^1.11" + "webmozart/assert": "^1.11 || ^2.0" }, "require-dev": { "laminas/laminas-coding-standard": "^3.1",