From daefecd74830877dac0cede331ced596cdebccb0 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 29 Dec 2024 13:08:36 +0100 Subject: [PATCH] [TASK] Update PHPStan and Rector --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6f126e03..e35f0e8c 100644 --- a/composer.json +++ b/composer.json @@ -47,13 +47,13 @@ "php-parallel-lint/php-parallel-lint": "1.4.0", "phpmd/phpmd": "2.15.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "1.12.13 || 2.0.4", - "phpstan/phpstan-phpunit": "1.4.2 || 2.0.2", - "phpstan/phpstan-strict-rules": "1.6.1 || 2.0.1", + "phpstan/phpstan": "1.12.16 || 2.1.2", + "phpstan/phpstan-phpunit": "1.4.2 || 2.0.4", + "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.3", "phpunit/phpunit": "9.6.22", "rawr/cross-data-providers": "2.4.0", "rawr/phpunit-data-provider": "3.3.1", - "rector/rector": "1.2.10 || 2.0.3" + "rector/rector": "1.2.10 || 2.0.7" }, "prefer-stable": true, "autoload": {