diff --git a/setup.sh b/setup.sh index 9242c9a..6040c0e 100644 --- a/setup.sh +++ b/setup.sh @@ -78,9 +78,10 @@ wget -nc http://static.pdepend.org/php/latest/pdepend.phar wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz wget -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar wget -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar +wget -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar tar -zxvf compiler-latest.tar.gz chmod -R 777 ${TOOLS_PATH} cp ${ROOT_PATH}/composer.json ${TOOLS_PATH}/composer.json -php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/ \ No newline at end of file +php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/