From 94d82406a2b705ad5b2fa0d0d4a7e023fa32e898 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:02:15 +0000 Subject: [PATCH 1/2] fix(deps): update dependency webmozart/assert to v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b9e92b..43e2a86 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/finder": "^6.0|^7.0|^8.0", "symfony/console": "^6.0|^7.0|^8.0", "symfony/event-dispatcher": "^6.0|^7.0|^8.0", - "webmozart/assert": "^1.11" + "webmozart/assert": "^2.0" }, "require-dev": { "phpunit/phpunit": "^10.0|^11.0|^12.0", From 20795018e659e231d83c25b8d3f66204b0793267 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Tue, 16 Dec 2025 23:31:33 +0100 Subject: [PATCH 2/2] ok --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43e2a86..117399d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/finder": "^6.0|^7.0|^8.0", "symfony/console": "^6.0|^7.0|^8.0", "symfony/event-dispatcher": "^6.0|^7.0|^8.0", - "webmozart/assert": "^2.0" + "webmozart/assert": "^1.11|^2.0" }, "require-dev": { "phpunit/phpunit": "^10.0|^11.0|^12.0",