summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 20:51:13 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 20:51:13 +0000
commite0b116f904d50f71a8d8842f1aabd6bc609f6c9b (patch)
tree1dc62e45107e150de2ad7fb9a44ed835109e0b72 /composer.json
parentec367b23f4e7d6a127e80b918ef28c61172cff6e (diff)
Bump PHPStan to 2.1.30 and address new findings.
Also some minor adjacent cleanup.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 784280ea9..24c2a34d6 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
"dragonmantank/cron-expression": "^3.4"
},
"require-dev": {
- "phpstan/phpstan": "2.1.13",
+ "phpstan/phpstan": "2.1.30",
"phpunit/phpunit": "9.5.16",
"phpunit/php-code-coverage": "^9.2"
}