summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2458104f9..69b3a6dc1 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,7 @@
},
"require-dev": {
"phpstan/phpstan": "1.10.3",
- "phpunit/phpunit": "9.5.16"
+ "phpunit/phpunit": "9.5.16",
+ "phpunit/php-code-coverage": "^9.2"
}
}