aboutsummaryrefslogtreecommitdiff
path: root/phpstan.dist.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-08-05 23:31:11 +0200
committerGravatar GitHub <noreply@github.com> 2025-08-05 23:31:11 +0200
commitb7a39976f91612cdd5451599cfcb6e3a845f653f (patch)
tree4aebbe8e3361372a1cbe60bb7386bb22bd835196 /phpstan.dist.neon
parent4a0aca36b73b06454219d9574fe9914c1f51514c (diff)
PHPStan start supporting PHP 8.5+ (#7787)
https://github.com/phpstan/phpstan/releases/tag/2.1.22
Diffstat (limited to 'phpstan.dist.neon')
-rw-r--r--phpstan.dist.neon2
1 files changed, 1 insertions, 1 deletions
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