Skip to content

Commit 66315c6

Browse files
committed
Update composer.json
1 parent cb735b0 commit 66315c6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "richardregeer/phpunit-coverage-check",
33
"description": "Check the code coverage using the clover report of phpunit",
4+
"keywords": [
5+
"Testing", "PHP", "phpunit", "Unittest", "CI", "Code coverage"],
6+
"version": "0.1.0",
47
"license": "MIT",
58
"authors": [
69
{
710
"name": "Richard Regeer",
811
"email": "rich2309@gmail.com"
912
}
1013
],
11-
"require": {}
12-
}
14+
"require": {
15+
"php": ">=5.5.0"
16+
}
17+
}

0 commit comments

Comments
 (0)