From c42d9722f3c6af4a43955ae946e80126b1f8abfc Mon Sep 17 00:00:00 2001 From: MAXakaWIZARD Date: Fri, 22 May 2020 23:00:25 +0300 Subject: [PATCH] Fix phpstan download URL --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30d6d63..2cb50bf 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ tools/php-cs-fixer: chmod +x tools/php-cs-fixer tools/phpstan: - wget --directory-prefix=tools --quiet https://github.com/phpstan/phpstan-shim/raw/$(PHPSTAN_VERSION)/phpstan + wget --directory-prefix=tools --quiet https://github.com/phpstan/phpstan/releases/download/$(PHPSTAN_VERSION)/phpstan.phar + mv tools/phpstan.phar tools/phpstan chmod +x tools/phpstan tools/phpunit: