File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ 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.7 /phpstan-0.7 .phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
22+ && curl -Ls https://github.com/phpstan/phpstan/releases/download/0.8 /phpstan.phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
2323 && 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 \
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 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ 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.7 /phpstan-0.7 .phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
23+ && curl -Ls https://github.com/phpstan/phpstan/releases/download/0.8 /phpstan.phar > /usr/local/bin/phpstan && chmod +x /usr/local/bin/phpstan \
2424 && 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 \
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 \
You can’t perform that action at this time.
0 commit comments