Skip to content

Commit 10fae6f

Browse files
authored
Make php-code-coverage match with PHPUnit version
1 parent bd1d343 commit 10fae6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"require": {
3030
"php": ">=5.5.0",
3131
"phpunit/phpunit": ">=4.8 <6.0",
32-
"phpunit/php-code-coverage": ">=2.2",
33-
"squizlabs/php_codesniffer": "2.*",
32+
"phpunit/php-code-coverage": ">=2.2 <4.0",
33+
"squizlabs/php_codesniffer": "^2.8",
3434
"symfony/console": "^3.2",
3535
"codeclimate/php-test-reporter": "^0.4.0"
3636
},

0 commit comments

Comments
 (0)