From ead4bffa9f7ad1cb33ce8e0ecd773cfbe9d99b30 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 25 Aug 2019 21:46:06 +0200 Subject: [PATCH] update phpstan for php7.4 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 8978208..3f5ad59 100755 --- a/setup.sh +++ b/setup.sh @@ -107,7 +107,7 @@ wget --tries=2 -nc https://github.com/Halleck45/PhpMetrics/raw/master/build/phpm wget --tries=2 -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz wget --tries=2 -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar wget --tries=2 -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.1.0-rc1/testreportgenerator.phar -wget --tries=2 -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar +wget --tries=2 -nc https://github.com/phpstan/phpstan/releases/download/0.11.15/phpstan.phar wget --tries=2 -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar wget --tries=2 -nc https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar wget --tries=2 -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip