From 6ccf5a7843fc8022163639009ff356073a5286e9 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Nov 2017 09:56:05 +0000 Subject: [PATCH 1/2] Update phan 0.10.1 -> 0.11.0 --- tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.json b/tools.json index 3a8117e6..ddf41a66 100644 --- a/tools.json +++ b/tools.json @@ -111,7 +111,7 @@ "website": "https://github.com/etsy/phan", "command": { "phar-download": { - "phar": "https://github.com/etsy/phan/releases/download/0.10.1/phan.phar", + "phar": "https://github.com/etsy/phan/releases/download/0.11.0/phan.phar", "bin": "/usr/local/bin/phan" } }, From ad38bc50f927e92645d545854b7f90d5c9320946 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Nov 2017 10:04:08 +0000 Subject: [PATCH 2/2] Update phpstan 0.8.5 -> 0.9 --- tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.json b/tools.json index ddf41a66..b91a3701 100644 --- a/tools.json +++ b/tools.json @@ -351,7 +351,7 @@ "website": "https://github.com/phpstan/phpstan", "command": { "phar-download": { - "phar": "https://github.com/phpstan/phpstan/releases/download/0.8.5/phpstan.phar", + "phar": "https://github.com/phpstan/phpstan/releases/download/0.9/phpstan.phar", "bin": "/usr/local/bin/phpstan" } },