From 5ba320cb44d4627fcd95b5dbf05f3adf7392e3b2 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 3 Feb 2019 15:37:09 +0000 Subject: [PATCH] Update phan (1.2.1 -> 1.2.2) --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 7e00022f..8dd578c9 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -161,7 +161,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/1.2.1/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/1.2.2/phan.phar", "bin": "%target-dir%/phan" } },