From 8e442483fc7b2bc0b70ea9a0beccdeb42935da5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Nowak?= Date: Fri, 15 May 2026 12:03:10 +0200 Subject: [PATCH] IBX-11766 Updated webmozart/assert to 2.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f52ea114..a25f4fe8 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "symfony/security-csrf": "^7.4", "symfony/yaml": "^7.4", "twig/twig": "^3.0", - "webmozart/assert": "^1.11" + "webmozart/assert": "^2.3" }, "require-dev": { "ibexa/code-style": "~2.0.0",