Skip to content

Commit 6488dad

Browse files
dawehnerrobocoder
authored andcommitted
Use a specific version of phpunit-code-coverage
phpunit code coverage has a 2.x branch now with a different API
1 parent 816a42e commit 6488dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"phpunit/php-code-coverage": "*"
12+
"phpunit/php-code-coverage": "1.2.*"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)