Skip to content

Commit b5810c3

Browse files
Added scrutinizer/ocular for coverage reporting to scrutinizer in php8
1 parent b4f91d5 commit b5810c3

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
@@ -29,7 +29,8 @@
2929
"phpstan/phpstan": "^0.12.0@dev",
3030
"phpunit/phpunit": "^9.5",
3131
"squizlabs/php_codesniffer": "^3.5",
32-
"vimeo/psalm": "^4.10"
32+
"vimeo/psalm": "^4.10",
33+
"scrutinizer/ocular": "^1.8"
3334
},
3435
"autoload": {
3536
"psr-4": {

0 commit comments

Comments
 (0)