composer.json: Downgrade PHPUnit to 3.7.37 (temporarily)
authorKunal Mehta <legoktm@gmail.com>
Fri, 29 May 2015 04:37:21 +0000 (21:37 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 29 May 2015 04:37:21 +0000 (21:37 -0700)
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

index 8210236..9222aa4 100644 (file)
@@ -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": {