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,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}/
php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/