Skip to content

Commit c9265a3

Browse files
authored
Support for PHP Code Coverage 8.0
1 parent 9ba7838 commit c9265a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^7.1",
77
"webmozart/assert": "^1.2",
8-
"phpunit/php-code-coverage": "^4.0 || ^5.2 || ^6.0 || ^7.0",
8+
"phpunit/php-code-coverage": "^4.0 || ^5.2 || ^6.0 || ^7.0 || ^8.0",
99
"phpunit/phpunit": "^5.7 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)