From 2808b9b951f92caf165158f5f656558ddd059e3f Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Sun, 19 Aug 2018 14:49:37 +0000 Subject: [PATCH] build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 And updating CoC link to use Special:MyLanguage (T202047). Change-Id: I8588de3bd96e2c7853b4021a1a57e5936e80ee51 --- CODE_OF_CONDUCT.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d8e5d087..498acf76 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1 +1 @@ -The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct). +The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct). diff --git a/composer.json b/composer.json index 9d311033..648ab001 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ ] }, "extra": { - "phan-taint-check-plugin": "1.2.0" + "phan-taint-check-plugin": "1.3.0" } }