From 14424a9a9334399d1c55dd98726a08b4c78f37e4 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 9 Jul 2019 14:07:57 -0700 Subject: [PATCH] build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 Change-Id: Id6c959ff75933dc035d41a07560536920e983917 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 235164cc..b4dd4adb 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ ] }, "extra": { - "phan-taint-check-plugin": "1.5.0" + "phan-taint-check-plugin": "2.0.1" } }