From 8fbc8282d864dc4f2f9db24b931f30b2a824e892 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 18 Dec 2024 00:09:06 +0100 Subject: [PATCH] [TASK] Update the development dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5b7f91417..20159e60e 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.12 || 2.0.3", - "phpstan/phpstan-phpunit": "1.4.1 || 2.0.1", + "phpstan/phpstan": "1.12.13 || 2.0.4", + "phpstan/phpstan-phpunit": "1.4.2 || 2.0.2", "phpunit/phpunit": "8.5.41", - "rector/rector": "1.2.10 || 2.0.0" + "rector/rector": "1.2.10 || 2.0.3" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"