summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 01:16:14 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 01:22:27 +0000
commit348d9ec12e203f4feea56c2a9ae1a7483a4326a7 (patch)
treebf068f627b5254419f1fd81d81c432fc1302ebf0 /composer.json
parentd85cfdafb5caf550398357c02acdd21fd10738e4 (diff)
Try PHPUnit 9.6.29
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 bf12426b8..d27533a35 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
},
"require-dev": {
"phpstan/phpstan": "2.1.31",
- "phpunit/phpunit": "9.5.28",
+ "phpunit/phpunit": "9.6.29",
"phpunit/php-code-coverage": "^9.2"
}
}