Add phan.phar

This commit is contained in:
Dennis Eichhorn 2018-04-13 13:56:30 +02:00 committed by GitHub
parent 420fd119b2
commit fc777fb322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ wget -nc http://static.pdepend.org/php/latest/pdepend.phar
wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz 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/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/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 tar -zxvf compiler-latest.tar.gz
chmod -R 777 ${TOOLS_PATH} chmod -R 777 ${TOOLS_PATH}