From 9754261e07c87bd32afd1298884d4ce3ec167dee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Aug 2017 09:16:25 +0200 Subject: refresh, new snapshot --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') 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/"] -- cgit