From d5433bc1cf06ba14526f97661b548f214ab6dad8 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 7 Feb 2021 03:44:00 +0000 Subject: [PATCH] Update tools --- resources/refactoring.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/refactoring.json b/resources/refactoring.json index 71bc2849..f23150cf 100644 --- a/resources/refactoring.json +++ b/resources/refactoring.json @@ -6,11 +6,11 @@ "website": "https://github.com/bmitch/churn-php", "command": { "file-download": { - "url": "https://github.com/bmitch/churn-php/releases/download/1.3.0/churn.phar.asc", + "url": "https://github.com/bmitch/churn-php/releases/download/1.4.0/churn.phar.asc", "file": "%target-dir%/churn.phar.asc" }, "phar-download": { - "phar": "https://github.com/bmitch/churn-php/releases/download/1.3.0/churn.phar", + "phar": "https://github.com/bmitch/churn-php/releases/download/1.4.0/churn.phar", "bin": "%target-dir%/churn" } },