diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 01:16:14 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 01:22:27 +0000 |
| commit | 348d9ec12e203f4feea56c2a9ae1a7483a4326a7 (patch) | |
| tree | bf068f627b5254419f1fd81d81c432fc1302ebf0 /composer.json | |
| parent | d85cfdafb5caf550398357c02acdd21fd10738e4 (diff) | |
Try PHPUnit 9.6.29
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 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" } } |