From 5cee4c1f5ddd431f96e070b5477ffd35f8aea562 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..d9ab49f38 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/composer.json b/composer.json index 6fda45a02..5cf149d74 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.25", "phpstan/phpstan-phpunit": "1.4.2 || 2.0.7", "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.6", "phpunit/phpunit": "8.5.45", "rawr/phpunit-data-provider": "3.3.1", - "rector/rector": "1.2.10 || 2.1.2", + "rector/rector": "1.2.10 || 2.1.7", "rector/type-perfect": "1.0.0 || 2.1.0" }, "suggest": {