Skip to content

Commit 6187e96

Browse files
committed
Coverage: install missing phpunit/php-code-coverage
1 parent f5c068b commit 6187e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"phpstan/phpstan-deprecation-rules": "^1.0",
3737
"phpstan/phpstan-nette": "^1.1.0",
3838
"phpstan/phpstan-strict-rules": "^1.4.4",
39-
"tracy/tracy": "^2.9.0"
39+
"tracy/tracy": "^2.9.0",
40+
"phpunit/php-code-coverage": "^9.2.24"
4041
},
4142
"autoload": {
4243
"psr-4": {

0 commit comments

Comments
 (0)