From 8241044b2327bcbcb923cc1fa9323eb52c12a985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 19 Dec 2025 00:26:50 +0100 Subject: [PATCH] feat: Allow WebmozartAssert v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af8f232..1957001 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php": "^8.4", "nelmio/alice": "^3.10", "psr/log": "^1 || ^2 || ^3", - "webmozart/assert": "^1.10" + "webmozart/assert": "^1.10 || ^2.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1",