From b7a39976f91612cdd5451599cfcb6e3a845f653f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 5 Aug 2025 23:31:11 +0200 Subject: PHPStan start supporting PHP 8.5+ (#7787) https://github.com/phpstan/phpstan/releases/tag/2.1.22 --- phpstan.dist.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpstan.dist.neon') diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 867d7b50b..4235be800 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -1,7 +1,7 @@ parameters: phpVersion: min: 80100 # PHP 8.1 - max: 80499 # PHP 8.4 + max: 80599 # PHP 8.5 level: 10 # https://phpstan.org/user-guide/rule-levels fileExtensions: - php -- cgit v1.2.3