File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends $TOOL_DEPS $BUI
1919 && curl -Ls http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer && chmod +x /usr/local/bin/php-cs-fixer \
2020 && curl -Ls https://github.com/dunglas/phpdoc-to-typehint/releases/download/v0.1.0/phpdoc-to-typehint.phar > /usr/local/bin/phpdoc-to-typehint && chmod +x /usr/local/bin/phpdoc-to-typehint \
2121 && curl -Ls https://github.com/phpmetrics/PhpMetrics/releases/download/v2.2.0/phpmetrics.phar > /usr/local/bin/phpmetrics && chmod +x /usr/local/bin/phpmetrics \
22- && curl -Ls https://github.com/phpstan/phpstan/releases/download/0.8/phpstan.phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
23- && curl -Ls https://github.com/etsy/phan/releases/download/0.9.3 /phan.phar.zip > phan.phar.zip && unzip phan.phar.zip && rm phan.phar.zip && mv phan.phar /usr/local/bin/phan && chmod +x /usr/local/bin/phan \
22+ && curl -Ls https://github.com/phpstan/phpstan/releases/download/0.8.3 /phpstan.phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
23+ && curl -Ls https://github.com/etsy/phan/releases/download/0.9.4 /phan.phar > /usr/local/bin/phan && chmod +x /usr/local/bin/phan \
2424 && curl -Ls https://phar.dephpend.com/dephpend.phar > /usr/local/bin/dephpend && chmod +x /usr/local/bin/dephpend \
2525 && curl -Ls http://phpdoc.org/phpDocumentor.phar > /usr/local/bin/phpDocumentor && chmod +x /usr/local/bin/phpDocumentor \
2626 && curl -Ls https://phar.phpunit.de/phpcpd.phar > /usr/local/bin/phpcpd && chmod +x /usr/local/bin/phpcpd \
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ RUN apk add --no-cache --virtual .tool-deps $TOOL_DEPS $LIB_DEPS \
2020 && curl -Ls http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer && chmod +x /usr/local/bin/php-cs-fixer \
2121 && curl -Ls https://github.com/dunglas/phpdoc-to-typehint/releases/download/v0.1.0/phpdoc-to-typehint.phar > /usr/local/bin/phpdoc-to-typehint && chmod +x /usr/local/bin/phpdoc-to-typehint \
2222 && curl -Ls https://github.com/phpmetrics/PhpMetrics/releases/download/v2.2.0/phpmetrics.phar > /usr/local/bin/phpmetrics && chmod +x /usr/local/bin/phpmetrics \
23- && curl -Ls https://github.com/phpstan/phpstan/releases/download/0.8/phpstan.phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
24- && curl -Ls https://github.com/etsy/phan/releases/download/0.9.3 /phan.phar.zip > phan.phar.zip && unzip phan.phar.zip && rm phan.phar.zip && mv phan.phar /usr/local/bin/phan && chmod +x /usr/local/bin/phan \
23+ && curl -Ls https://github.com/phpstan/phpstan/releases/download/0.8.3 /phpstan.phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
24+ && curl -Ls https://github.com/etsy/phan/releases/download/0.9.4 /phan.phar > /usr/local/bin/phan && chmod +x /usr/local/bin/phan \
2525 && curl -Ls https://phar.dephpend.com/dephpend.phar > /usr/local/bin/dephpend && chmod +x /usr/local/bin/dephpend \
2626 && curl -Ls http://phpdoc.org/phpDocumentor.phar > /usr/local/bin/phpDocumentor && chmod +x /usr/local/bin/phpDocumentor \
2727 && curl -Ls https://phar.phpunit.de/phpcpd.phar > /usr/local/bin/phpcpd && chmod +x /usr/local/bin/phpcpd \
You can’t perform that action at this time.
0 commit comments