From 34b38188772022528b61c8a44fd0c88dfdd8ecd1 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 10 Jul 2019 16:32:46 -0700 Subject: [PATCH] build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 Change-Id: Ie261c2f7ea0d18971c5ae6da99ac3a44bb55622a --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d83960..b2f2c71 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ ] }, "extra": { - "phan-taint-check-plugin": "1.5.0" + "phan-taint-check-plugin": "2.0.1" } }