From 5bf142dc441edf780d9c6c1ef1ac47e2a22aae63 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 21 Jan 2026 22:13:53 +0700 Subject: [PATCH] chore: Bump PHPStan to ^2.1.36 and Rector to 2.3.4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2662cd2a7671..8e4d07be2ca4 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "mikey179/vfsstream": "^1.6.12", "nexusphp/tachycardia": "^2.0", "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "2.1.34", + "phpstan/phpstan": "^2.1.36", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpcov": "^9.0.2 || ^10.0", "phpunit/phpunit": "^10.5.16 || ^11.2", "predis/predis": "^3.0", - "rector/rector": "2.3.2", + "rector/rector": "2.3.4", "shipmonk/phpstan-baseline-per-identifier": "^2.0" }, "replace": {