From dfbef0a401b8b40a7ce36f62924a10d122009e41 Mon Sep 17 00:00:00 2001 From: Elliot Bruneel Date: Tue, 23 Dec 2025 10:03:17 +0100 Subject: [PATCH] chore: allow webmozart/assert ^2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2bd04ce5..148f0bae 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": ">=8.2", - "webmozart/assert": "^1.12", + "webmozart/assert": "^1.12 || ^2.0", "phpstan/phpstan": "^2.1.30", "nette/utils": "^4.0", "phpstan/phpdoc-parser": "^2.3"