Skip to content

Commit

Permalink
chore(composer): bump deps version, fix test:cov
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 27, 2019
1 parent 477d8ce commit 14e9117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
}
},
"require": {
"php": ">=5.4"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
"phpunit/phpunit": "^6.5 || ^7.5"
},
"scripts": {
"test": "vendor/bin/phpunit",
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov"
}
}

0 comments on commit 14e9117

Please sign in to comment.