From cdbc5c68e79bafac9ef38de1d0c340194f7eafba Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 25 Aug 2026 11:10:37 +0200 Subject: [PATCH] [TASK] Update the development dependencies --- .phive/phars.xml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 989d2ec6..a63fa3ea 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/composer.json b/composer.json index 50a2471d..cc4bfbf9 100644 --- a/composer.json +++ b/composer.json @@ -29,12 +29,12 @@ "require-dev": { "php-parallel-lint/php-parallel-lint": "1.4.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "1.12.33 || 2.2.9", + "phpstan/phpstan": "1.12.33 || 2.2.11", "phpstan/phpstan-phpunit": "1.4.2 || 2.0.18", "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.12", "phpunit/phpunit": "8.5.54", "rawr/phpunit-data-provider": "3.3.1", - "rector/rector": "1.2.10 || 2.6.2", + "rector/rector": "1.2.10 || 2.6.5", "rector/type-perfect": "1.0.0 || 2.1.4", "squizlabs/php_codesniffer": "4.0.4" },