Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rregeer committed May 9, 2016
1 parent cb735b0 commit 66315c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "richardregeer/phpunit-coverage-check",
"description": "Check the code coverage using the clover report of phpunit",
"keywords": [
"Testing", "PHP", "phpunit", "Unittest", "CI", "Code coverage"],
"version": "0.1.0",
"license": "MIT",
"authors": [
{
"name": "Richard Regeer",
"email": "rich2309@gmail.com"
}
],
"require": {}
}
"require": {
"php": ">=5.5.0"
}
}

0 comments on commit 66315c6

Please sign in to comment.