From 2e054187d48743af7c63d37e5627b413491703dd Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Sat, 1 Sep 2018 14:59:54 +0000 Subject: [PATCH] build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 Change-Id: Ica1ab64df6fef078814a8aa2f18c40516bce4a9f --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7fc0dad1..ecd95624 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ ] }, "extra": { - "phan-taint-check-plugin": "1.3.0" + "phan-taint-check-plugin": "1.4.0" } }