From 2bafa7876954b591d79add714916cd5cf907288e Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Sat, 24 Aug 2019 11:05:21 +0200 Subject: [PATCH] bump simple-phpunit --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index be52e2c6..88cf00c5 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -707,7 +707,7 @@ "links": {"%target-dir%/simple-phpunit": "simple-phpunit"} }, "sh": { - "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8.2 simple-phpunit install" + "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8 simple-phpunit install" } }, "test": "simple-phpunit --version",