From 646fef357fcf956341dfa21af4fd07a681857278 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 7 Sep 2017 15:45:35 +0200 Subject: [PATCH] [TASK] Update the testing framework to version 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fae33fa..87fe511 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "namelesscoder/typo3-repository-client": "^1.2.0", - "nimut/testing-framework": "^1.0.0", + "nimut/testing-framework": "^2.0.0", "typo3-ter/phpunit": "*", "phpunit/phpunit": "^5.7.0", "mikey179/vfsStream": "^1.6.0"