Skip to content

Commit d8cb72e

Browse files
committed
phpunit: Allow compatibility with php-code-coverage v11.*
1 parent 0b87846 commit d8cb72e

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
@@ -45,7 +45,7 @@
4545
"require": {
4646
"php": ">= 7.3",
4747
"phpspec/phpspec": "^6.0 || ^7.0",
48-
"phpunit/php-code-coverage": "^9.2 || ^10.0"
48+
"phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0"
4949
},
5050
"require-dev": {
5151
"phpstan/phpstan": "^1.5",

0 commit comments

Comments
 (0)