From 976198db4a4663b5eb3be6dcab691f4775f1dbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Tvrd=C3=ADk?= Date: Tue, 24 Feb 2026 18:05:49 +0100 Subject: [PATCH] Update dev dependencies - nette/tester ~2.0 -> ^2.6 - phpstan 2.1.17 -> 2.1.40 - phpstan-strict-rules 2.0.4 -> 2.0.10 - Simplify tester command --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 233dea3..7c12b05 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "php": "~8.0" }, "require-dev": { - "nette/tester": "~2.0", - "phpstan/phpstan": "2.1.17", + "nette/tester": "^2.6", + "phpstan/phpstan": "2.1.40", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan-strict-rules": "2.0.4" + "phpstan/phpstan-strict-rules": "2.0.10" }, "autoload": { "psr-4": { @@ -35,7 +35,7 @@ }, "scripts": { "phpstan": "phpstan analyze", - "tests": "tester -C ./tests/cases" + "tests": "tester tests/cases" }, "config": { "allow-plugins": {