diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a244043..4ba4bd6 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "nette/tester", - "description": "An easy-to-use PHP unit testing framework.", + "description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏", "homepage": "https://tester.nette.org", - "keywords": ["testing", "unit", "nette"], + "keywords": ["testing", "unit", "nette", "phpunit", "code coverage", "xdebug", "phpdbg", "clover", "assertions"], "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ { @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=5.4.0" + "php": ">=5.6.0" }, "autoload": { "classmap": ["src/"] |