From 0a33a17f50751549a0c381c6b9fd5bc3b9d82f62 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 20 Nov 2025 16:35:02 +0100 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 8b34d5ce..2067b78d 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/composer.json b/composer.json index 849cc4f2..f4c739e7 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ "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.2.8", + "rector/rector": "1.2.10 || 2.2.9", "rector/type-perfect": "1.0.0 || 2.1.0", "squizlabs/php_codesniffer": "4.0.1", - "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.1" + "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.3" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"