Skip to content

Commit 0463f53

Browse files
authored
Support phpunit/php-code-coverage 6 (#7)
1 parent eab43c7 commit 0463f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": ">=5.5.0",
3131
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.0",
32-
"phpunit/php-code-coverage": "^2.2 || ^4.0 || ^5.2",
32+
"phpunit/php-code-coverage": "^2.2 || ^4.0 || ^5.2 || ^6.0",
3333
"squizlabs/php_codesniffer": "^2.8",
3434
"symfony/console": "^3.2",
3535
"codeclimate/php-test-reporter": "^0.4.0"

0 commit comments

Comments
 (0)