From cf3cf4ebe91da45f7b2f7d653cf6ef838268f1d3 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 29 Dec 2024 13:09:34 +0100 Subject: [PATCH] [TASK] Update PHPStan and Rector --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 20159e60..84a679e8 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,10 @@ "require-dev": { "php-parallel-lint/php-parallel-lint": "1.4.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "1.12.13 || 2.0.4", + "phpstan/phpstan": "1.12.15 || 2.1.1", "phpstan/phpstan-phpunit": "1.4.2 || 2.0.2", "phpunit/phpunit": "8.5.41", - "rector/rector": "1.2.10 || 2.0.3" + "rector/rector": "1.2.10 || 2.0.6" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"