From ff4b168815d8f7719c795f5a06e0a56afcea4d8e Mon Sep 17 00:00:00 2001 From: "Lucas Werkmeister (WMDE)" Date: Fri, 23 Sep 2022 09:39:35 +0000 Subject: [PATCH] Revert "composer.json: Pin phpunit to 8.5.28" This reverts commit 2cb32437ef0d6f4bd8151f4b56f4600c65480046. Reason for revert: We stopped using Prophecy (T315966). Bug: T315892 Change-Id: I9eb04d903f7ec715c76836c7b5736b50e6490340 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8eb169728e..6515ac6d514 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,7 @@ "nikic/php-parser": "^4.10.2", "php-parallel-lint/php-console-highlighter": "0.5", "php-parallel-lint/php-parallel-lint": "1.3.1", - "phpunit/phpunit": "8.5.28", + "phpunit/phpunit": "^8.5", "psy/psysh": "^0.11.1", "seld/jsonlint": "1.8.3", "wikimedia/alea": "^0.9.3",