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

Commit bb0925f

Browse files
authored
Merge pull request #82 from Codeception/revert-81-fix/code-coverage
Revert "Fix error due to release of phpunit/php-code-coverage v9 (#5949)"
2 parents 5e2773c + a9e8046 commit bb0925f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=7.2",
18-
"phpunit/phpunit": "^9.0",
19-
"phpunit/php-code-coverage": "^8.0"
18+
"phpunit/phpunit": "^9.0"
2019
},
2120
"autoload": {
2221
"psr-4": {

0 commit comments

Comments
 (0)