From 4323ecffce993aa6419fc0be8f2520b60432be43 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Mon, 13 Jul 2020 11:14:16 +0200 Subject: [PATCH] install simple-phpunit v9 --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 3933f568..6a5c8f69 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -769,7 +769,7 @@ "links": {"%target-dir%/simple-phpunit": "simple-phpunit"} }, "sh": { - "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8 simple-phpunit install" + "command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=9 simple-phpunit install" } }, "test": "simple-phpunit --version"