From: Kunal Mehta Date: Fri, 29 May 2015 04:37:21 +0000 (-0700) Subject: composer.json: Downgrade PHPUnit to 3.7.37 (temporarily) X-Git-Tag: 1.31.0-rc.0~11222^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=a154741a6a33f229ec497de035f9a96115312957;p=lhc%2Fweb%2Fwiklou.git 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 --- 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": {