From 6131e48cf730877c2aa5bbe6cbd9bb9f6c05cea1 Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Sat, 8 Sep 2018 06:30:27 +0000 Subject: [PATCH] build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 Change-Id: I2d9a3bb9148ded333008cc198e155dfd0a8fd294 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78f1a2af..589cb863 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,6 @@ ] }, "extra": { - "phan-taint-check-plugin": "1.4.0" + "phan-taint-check-plugin": "1.5.0" } }