Skip to content

Commit a8ab11b

Browse files
committed
Use a fork of leanphp/phpspec-code-coverage to have code coverage with PHPSpec >= 5.
1 parent 3930397 commit a8ab11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"drupol/launcher": "^1 || ^2",
2323
"drupol/php-conventions": "^1",
2424
"drupol/phpspec-annotation": "^1",
25+
"drupol/phpspec-code-coverage": "^5",
2526
"graphp/graphviz": "^0.2",
2627
"infection/infection": "^0.13",
27-
"leanphp/phpspec-code-coverage": "^4",
2828
"phpbench/phpbench": "^0.16",
29-
"phpspec/phpspec": "^4",
29+
"phpspec/phpspec": "^5",
3030
"phptaskman/changelog": "^1.0",
3131
"scrutinizer/ocular": "^1"
3232
},

0 commit comments

Comments
 (0)