summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 01:06:57 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 01:06:57 +0000
commitd85cfdafb5caf550398357c02acdd21fd10738e4 (patch)
tree37203a9bf92b585c7c4cdf1ed8b4bcefe21ad761 /composer.json
parente1491763dccbeb4473c4c0939821c789d1e14dd1 (diff)
Bump PHPStan to 2.1.31 and PHPUnit to 9.5.28 (last in current 9.5.x).
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 41a7c6ba0..bf12426b8 100644
--- a/composer.json
+++ b/composer.json
@@ -30,8 +30,8 @@
"dragonmantank/cron-expression": "^3.4"
},
"require-dev": {
- "phpstan/phpstan": "2.1.30",
- "phpunit/phpunit": "9.5.16",
+ "phpstan/phpstan": "2.1.31",
+ "phpunit/phpunit": "9.5.28",
"phpunit/php-code-coverage": "^9.2"
}
}