From d4cd26cfb4a863cb827a30b75bb7afd7dfdf3f63 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 3 May 2018 10:40:19 +0100 Subject: [PATCH] Issue #2947888 by mxr576, chr.fritsch: Drupal core tests actually requires PHPUnit >= 6.5 --- core/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/composer.json b/core/composer.json index 62c26c4ac590..a2d59b6a7795 100644 --- a/core/composer.json +++ b/core/composer.json @@ -58,7 +58,7 @@ "jcalderonzumba/gastonjs": "^1.0.2", "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", "mikey179/vfsStream": "^1.2", - "phpunit/phpunit": "^4.8.35 || ^6.1", + "phpunit/phpunit": "^4.8.35 || ^6.5", "phpspec/prophecy": "^1.4", "symfony/css-selector": "^3.4.0", "symfony/phpunit-bridge": "^3.4.3", -- GitLab