From b17899d82d33b281eb79cc17155b627a50af12c4 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 26 Jul 2025 23:06:14 +0200 Subject: [PATCH] [TASK] Update the development tools --- .phive/phars.xml | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index ee251298e..601dba444 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/composer.json b/composer.json index 8a1c49a36..141220a5c 100644 --- a/composer.json +++ b/composer.json @@ -30,12 +30,12 @@ "require-dev": { "php-parallel-lint/php-parallel-lint": "1.4.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "1.12.28 || 2.1.19", + "phpstan/phpstan": "1.12.28 || 2.1.22", "phpstan/phpstan-phpunit": "1.4.2 || 2.0.7", "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.6", "phpunit/phpunit": "8.5.44", "rawr/phpunit-data-provider": "3.3.1", - "rector/rector": "1.2.10 || 2.1.2", + "rector/rector": "1.2.10 || 2.1.6", "rector/type-perfect": "1.0.0 || 2.1.0" }, "suggest": {