From bb579956cb38258b1264adaba94e53e14b2b1004 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 21 Jan 2026 21:44:37 +0100 Subject: Bump PHPStan (#8453) ~22% faster analysis since 2.1.34+. https://github.com/phpstan/phpstan/releases/tag/2.1.34 Before / after: ```console $ rm -fr /tmp/phpstan/ $ time composer run-script phpstan > phpstan analyse --memory-limit 512M . Note: Using configuration file /home/alex/GitHub/FreshRSS/phpstan.dist.neon. real 1m2.924s user 4m54.812s sys 0m16.494s $ rm -fr /tmp/phpstan/ $ time composer run-script phpstan > phpstan analyse --memory-limit 512M . Note: Using configuration file /home/alex/GitHub/FreshRSS/phpstan.dist.neon. real 0m49.215s user 3m40.906s sys 0m18.413s ``` --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index a84088d1d..ae38988de 100644 --- a/composer.lock +++ b/composer.lock @@ -245,11 +245,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.33", + "version": "2.1.36", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9e800e6bee7d5bd02784d4c6069b48032d16224f", - "reference": "9e800e6bee7d5bd02784d4c6069b48032d16224f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2132e5e2361d11d40af4c17faa16f043269a4cf3", + "reference": "2132e5e2361d11d40af4c17faa16f043269a4cf3", "shasum": "" }, "require": { @@ -294,7 +294,7 @@ "type": "github" } ], - "time": "2025-12-05T10:24:31+00:00" + "time": "2026-01-21T13:58:26+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", -- cgit v1.2.3