From 400cf5f1aeaae3e15b39f6b7f3830b3d33d99ff4 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Tue, 7 Jul 2026 13:30:56 +0930 Subject: [PATCH] ci: bump minimum tool versions Record the current minor versions of tools that are really in use in CI. (mainly an excuse to run CI to check that it is still passing) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cba5ce6..8c2262d 100644 --- a/composer.json +++ b/composer.json @@ -45,12 +45,12 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.95", - "phpstan/phpstan": "^2.1", + "phpstan/phpstan": "^2.2", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpstan/extension-installer": "^1.4", "phpunit/phpunit": "^11.5", - "rector/rector": "^2.4" + "rector/rector": "^2.5" }, "scripts": { "phpstan": [