Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 5e2773c

Browse files
authored
Merge pull request #81 from simonhammes/fix/code-coverage
Fix error due to release of phpunit/php-code-coverage v9 (#5949)
2 parents e5edaad + 35a556c commit 5e2773c

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
@@ -15,7 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=7.2",
18-
"phpunit/phpunit": "^9.0"
18+
"phpunit/phpunit": "^9.0",
19+
"phpunit/php-code-coverage": "^8.0"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)