Skip to content

Commit 14e9117

Browse files
committed
chore(composer): bump deps version, fix test:cov
1 parent 477d8ce commit 14e9117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=5.4"
26+
"php": ">=7.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
29+
"phpunit/phpunit": "^6.5 || ^7.5"
3030
},
3131
"scripts": {
3232
"test": "vendor/bin/phpunit",
33-
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
33+
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
3434
}
3535
}

0 commit comments

Comments
 (0)