From 72fb4b725419db8635bb2ba7a17f61cb0e540739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:47:43 +0000 Subject: [PATCH] Update dependency webmozart/assert to v2 | datasource | package | from | to | | ---------- | ---------------- | ------ | ----- | | packagist | webmozart/assert | 1.12.1 | 2.1.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 531adf4..49ba0f7 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "psr/http-message": "^1.0 || ^2.0", "sebastian/diff": "^5.0 || ^6.0 || ^7.0", "symfony/console": "^6.4.13 || ^7.0.0", - "webmozart/assert": "^1.11" + "webmozart/assert": "^1.11 || ^2.0" }, "require-dev": { "ext-curl": "*",