From a06618a4045b6762859bc040e0d99439f3e30c5c Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 30 Jan 2018 05:20:00 +0000 Subject: [PATCH] Update phan and phpstan --- tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.json b/tools.json index 7a13e296..ec717d9d 100644 --- a/tools.json +++ b/tools.json @@ -111,7 +111,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/0.11.0/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/0.11.1/phan.phar", "bin": "/usr/local/bin/phan" } }, @@ -351,7 +351,7 @@ "website": "https://github.com/phpstan/phpstan", "command": { "phar-download": { - "phar": "https://github.com/phpstan/phpstan/releases/download/0.9.1/phpstan.phar", + "phar": "https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar", "bin": "/usr/local/bin/phpstan" } },