From ff84f2b78ee28be3d7b3cd2f63a87de059c5abeb Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Fri, 1 Mar 2019 16:31:55 +0100 Subject: [PATCH] [TASK] Need at least phpunit 7.5.6 composer require phpunit/phpunit:^7.5.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2bd09499..bba26767 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "issues": "https://github.com/TYPO3/testing-framework/issues" }, "require": { - "phpunit/phpunit": "^7.1", + "phpunit/phpunit": "^7.5.6", "mikey179/vfsstream": "~1.6.0", "typo3fluid/fluid": "^2.5", "typo3/cms-core": "^9.3",