Skip to content

Commit 2e8fe6f

Browse files
committed
Remove phpcov
Remove phpcov, it's not compatible and suggested to be installed with phar instead of composer, see sebastianbergmann/phpcov#96
1 parent a53275b commit 2e8fe6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"phpunit/phpunit": "^8.4|^9.0",
3030
"orchestra/testbench": "^5.0",
3131
"mockery/mockery": "^1.3.1",
32-
"doctrine/dbal": "^2.6",
33-
"phpunit/phpcov": "^6.0|^7.0"
32+
"doctrine/dbal": "^2.6"
3433
},
3534
"autoload": {
3635
"psr-0": {

0 commit comments

Comments
 (0)