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

Commit c660163

Browse files
committed
Keep phpunit/php-code-coverage at ^8.0
Codeception/Codeception#5949 (comment)
1 parent e5edaad commit c660163

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)