From c039e32b6ca0417ea678ea2131da6acab72f2142 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 16 Sep 2025 12:31:08 +0200 Subject: [PATCH] [TASK] Update the development dependencies --- .phive/phars.xml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index d9ab49f38..8b34d5ce0 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/composer.json b/composer.json index 379b52206..d720a671a 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.25", - "phpstan/phpstan-phpunit": "1.4.2 || 2.0.7", - "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.6", + "phpstan/phpstan": "1.12.32 || 2.1.32", + "phpstan/phpstan-phpunit": "1.4.2 || 2.0.8", + "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.7", "phpunit/phpunit": "8.5.48", "rawr/phpunit-data-provider": "3.3.1", - "rector/rector": "1.2.10 || 2.1.7", + "rector/rector": "1.2.10 || 2.2.8", "rector/type-perfect": "1.0.0 || 2.1.0", "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.1" },