jenkins-bot has submitted this change and it was merged.

Change subject: composer.json: Downgrade PHPUnit to 3.7.37 (temporarily)
......................................................................


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
(cherry picked from commit a154741a6a33f229ec497de035f9a96115312957)
---
M composer.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified

Objections:
  Hashar: There's a problem with this change, please improve



diff --git a/composer.json b/composer.json
index 8389f00..b92e8aa4 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
                "psr/log": "1.0.0"
        },
        "require-dev": {
-               "phpunit/phpunit": "*"
+               "phpunit/phpunit": "3.7.37"
        },
        "suggest": {
                "ext-fileinfo": "*",

-- 
To view, visit https://gerrit.wikimedia.org/r/240951
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I907e6d061cab72d1647fcbb2eea35ff144febd7e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_24
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to