Skip to content

Commit 4a5287e

Browse files
committed
Misc: Added PHPUnit's Code Coverage 3.0 as a dependency.
1 parent 18f42f7 commit 4a5287e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=5.5.0"
1919
},
2020
"require-dev": {
21-
"phpunit/php-code-coverage": "~2.0",
21+
"phpunit/php-code-coverage": "~2.0 || ~3.0",
2222
"phpunit/phpunit": "~4.8 || ~5.1"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)