From b2bbc777b3fded86edd3c0afb8deb742cb68e1f0 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 20 Nov 2019 09:51:07 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index e353e63e..0a725750 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -473,7 +473,7 @@ "website": "http://www.phpspec.net/", "command": { "phar-download": { - "phar": "https://github.com/phpspec/phpspec/releases/download/5.1.2/phpspec.phar", + "phar": "https://github.com/phpspec/phpspec/releases/download/6.0.0/phpspec.phar", "bin": "%target-dir%/phpspec" } },