From 8d0e033ae9f0cb664ba7efe3764b33a443be1913 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 10 Apr 2020 17:17:01 +0200 Subject: [PATCH] set PHPUnit to 8.x to use same version across all builds Actually there are no unit tets implemented, however CI builds fail... --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aea584a..03e6b8a 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "require-dev": { "php": ">=7", "consolidation/robo": "^2", - "phpunit/phpunit": "*", - "phpunit/php-code-coverage": "*", + "phpunit/phpunit": "^8", + "phpunit/php-code-coverage": "^7", "dealerdirect/phpcodesniffer-composer-installer": "^0.6", "slowprog/composer-copy-file": "~0.3", "squizlabs/php_codesniffer": "^3.5",