From 03b28aea56eb4200998f2bf56be221a36b84a82a Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 13 Jan 2026 08:49:21 +0100 Subject: [PATCH 1/2] Update webmozart/assert version constraint to test also ^2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4588136..4f7a6de 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6", - "webmozart/assert": "^1.11.0" + "webmozart/assert": "^1.11.0 || ^2.0" }, "config": { "platform": { From 9e310ce46b5e51931647ff1581a68737688816c8 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 13 Jan 2026 09:15:12 +0100 Subject: [PATCH 2/2] Update phpstan/phpstan-phpunit version to 2.0.10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f7a6de..8772191 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "nikic/php-parser": "^5.1", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-phpunit": "^2.0.10", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6", "webmozart/assert": "^1.11.0 || ^2.0"