From b52469cf5716165dcf55e0db103d45af045b2acc Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Fri, 4 May 2018 20:32:53 +0000 Subject: [PATCH] Bump phan-taint-check 1.1.0->1.2.0 Bug: T193909 Change-Id: I1bf4d64e68bff516b5f8b6266d85f670200084df (cherry picked from commit 544f0712f04bc790782541fdc63cae34976ede4b) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d6c5259f..c78056535 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ ] }, "extra": { - "phan-taint-check-plugin": "1.1.0" + "phan-taint-check-plugin": "1.2.0" } }