File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
15
15
RUN \
16
16
# install and set up QA tools from Composer
17
17
composer global require squizlabs/php_codesniffer \
18
+ phpstan/phpstan \
18
19
friendsofphp/php-cs-fixer \
19
20
phan/phan \
20
21
# download PHAR and make them executable
21
22
&& mkdir /phars \
22
23
&& curl -Lf https://phpmd.org/static/latest/phpmd.phar -o /phars/phpmd \
23
24
&& curl -Lf https://github.com/fabpot/local-php-security-checker/releases/download/v1.0.0/local-php-security-checker_1.0.0_linux_amd64 -o /phars/local-php-security-checker \
24
25
&& curl -Lf https://phar.phpunit.de/phpcpd.phar -o /phars/phpcpd \
25
- && curl -Lf https://phar.phpunit.de/phpunit-nightly.phar -o /phars/phpunit10 \
26
26
&& curl -Lf https://phar.phpunit.de/phpunit-9.5.phar -o /phars/phpunit \
27
27
&& chmod +x /phars/* \
28
28
# post-install tools settings
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
15
15
RUN \
16
16
# install and set up QA tools from Composer
17
17
composer global require squizlabs/php_codesniffer \
18
+ phpstan/phpstan \
18
19
friendsofphp/php-cs-fixer \
19
20
phan/phan \
20
21
# download PHAR and make them executable
21
22
&& mkdir /phars \
22
23
&& curl -Lf https://phpmd.org/static/latest/phpmd.phar -o /phars/phpmd \
23
24
&& curl -Lf https://github.com/fabpot/local-php-security-checker/releases/download/v1.0.0/local-php-security-checker_1.0.0_linux_amd64 -o /phars/local-php-security-checker \
24
25
&& curl -Lf https://phar.phpunit.de/phpcpd.phar -o /phars/phpcpd \
25
- && curl -Lf https://phar.phpunit.de/phpunit-nightly.phar -o /phars/phpunit10 \
26
26
&& curl -Lf https://phar.phpunit.de/phpunit-9.5.phar -o /phars/phpunit \
27
27
&& chmod +x /phars/* \
28
28
# post-install tools settings
Original file line number Diff line number Diff line change 15
15
RUN \
16
16
# install and set up QA tools from Composer
17
17
composer global require squizlabs/php_codesniffer \
18
+ phpstan/phpstan \
18
19
friendsofphp/php-cs-fixer \
19
20
phan/phan \
20
21
# download PHAR and make them executable
21
22
&& mkdir /phars \
22
23
&& curl -Lf https://phpmd.org/static/latest/phpmd.phar -o /phars/phpmd \
23
24
&& curl -Lf https://github.com/fabpot/local-php-security-checker/releases/download/v1.0.0/local-php-security-checker_1.0.0_linux_amd64 -o /phars/local-php-security-checker \
24
25
&& curl -Lf https://phar.phpunit.de/phpcpd.phar -o /phars/phpcpd \
25
- && curl -Lf https://phar.phpunit.de/phpunit-nightly.phar -o /phars/phpunit10 \
26
26
&& curl -Lf https://phar.phpunit.de/phpunit-9.5.phar -o /phars/phpunit \
27
27
&& chmod +x /phars/* \
28
28
# post-install tools settings
You can’t perform that action at this time.
0 commit comments