diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:51:13 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:51:13 +0000 |
| commit | e0b116f904d50f71a8d8842f1aabd6bc609f6c9b (patch) | |
| tree | 1dc62e45107e150de2ad7fb9a44ed835109e0b72 /composer.json | |
| parent | ec367b23f4e7d6a127e80b918ef28c61172cff6e (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.json | 2 |
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" } |