Skip to content

Commit c7ea272

Browse files
author
Trungin Ton
committed
[VENDOR] Upgrade phpunit to ^6.5 for code coverage support
1 parent 2239a3f commit c7ea272

File tree

2 files changed

+309
-118
lines changed

2 files changed

+309
-118
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"learnosity/learnosity-sdk-php": "^0.7.0"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^5.7"
35+
"phpunit/php-code-coverage": "^5.2",
36+
"phpunit/phpunit": "^6.0"
3637
},
3738
"bin": [
3839
"bin/mo"

0 commit comments

Comments
 (0)