From 1ff5163013877f80d1ea8576fadb797296a4d819 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sun, 6 Oct 2019 09:12:37 -0700 Subject: [PATCH] Temporarily disable the usage of PHPUnit 8.4 due to a regression See https://github.com/sebastianbergmann/phpunit/issues/3879 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2d09887ce4c..fb2402a45aa 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "doctrine/coding-standard": "^6.0", "jetbrains/phpstorm-stubs": "^2019.1", "phpstan/phpstan": "^0.11.3", - "phpunit/phpunit": "^8.3.3", + "phpunit/phpunit": "^8.3.3, <8.4.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" }, "suggest": { diff --git a/composer.lock b/composer.lock index 5e29b96ee83..d34e6af55c7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1d397d6d064efda6d4150edce78e283a", + "content-hash": "7502364f1cb482daff6265017e5e9f4f", "packages": [ { "name": "doctrine/cache",