From 337cbcb6f36b6c257a5263aefac72672843d8f2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Apr 2018 07:01:36 +0200 Subject: - update to 3.2.1 (no change) - switch to phpunit6 or phpunit7 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ab9f25a..daa0499 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "php": "^5.6 || ^7.0" }, "require-dev": { - "phpunit/PHPUnit": "^6.0.7 || ^5.7.14", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "athletic/athletic": "^0.1", "zendframework/zend-stdlib": "^2.7.3 || ^3.0", "container-interop/container-interop": "^1.1.0", @@ -53,7 +53,6 @@ "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "phpunit --colors=always", - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", - "upload-coverage": "coveralls -v" + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" } } -- cgit