From 2ba79375d1af60149957d55ddb1ab866fd259963 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index d9ab49f3..e6e93e31 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/composer.json b/composer.json index 379b5220..07efab6f 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": "1.12.32 || 2.1.31", "phpstan/phpstan-phpunit": "1.4.2 || 2.0.7", - "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.6", + "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.3", "rector/type-perfect": "1.0.0 || 2.1.0", "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.1" },