From a154741a6a33f229ec497de035f9a96115312957 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 28 May 2015 21:37:21 -0700 Subject: [PATCH] composer.json: Downgrade PHPUnit to 3.7.37 (temporarily) In preparation of fetching development dependencies (such as PHPUnit!) for unit tests via composer in jenkins runs, we should initially use the same version of PHPUnit to avoid any issues that might come during a version bump. Once that is stable, we can upgrade PHPUnit again. Bug: T90303 Change-Id: I907e6d061cab72d1647fcbb2eea35ff144febd7e --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 82102368bc..9222aa4d35 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "jakub-onderka/php-parallel-lint": "~0.8", "justinrainbow/json-schema": "~1.3", - "phpunit/phpunit": "~4.5", + "phpunit/phpunit": "3.7.37", "mediawiki/mediawiki-codesniffer": "0.1.0" }, "suggest": { -- 2.20.1