File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Choose the desired PHP version
22# Choices available at https://hub.docker.com/_/php/ stick to "-cli" versions recommended
3- FROM php:8.1.8 -cli
3+ FROM php:8.5 -cli
44
55MAINTAINER Adam Culp <adamculp@uws.net>
66
@@ -30,13 +30,13 @@ RUN chmod 744 /usr/local/bin/composer
3030RUN $TARGET_DIR/composer-installer.sh && \
3131 composer selfupdate && \
3232 composer require --prefer-stable --prefer-dist \
33- "squizlabs/php_codesniffer:^3.6 " \
34- "phpunit/phpunit:^9.5 " \
33+ "squizlabs/php_codesniffer:^4.0 " \
34+ "phpunit/phpunit:^13.1 " \
3535 "phploc/phploc:^7.0" \
36- "pdepend/pdepend:^2.10 " \
37- "phpmd/phpmd:^2.10 " \
36+ "pdepend/pdepend:^2.16 " \
37+ "phpmd/phpmd:^2.15 " \
3838 "sebastian/phpcpd:^6.0" \
39- "friendsofphp/php-cs-fixer:^3.2 " \
39+ "friendsofphp/php-cs-fixer:^3.95 " \
4040 "phpcompatibility/php-compatibility:^9.3" \
41- "phpmetrics/phpmetrics:^2.7 " \
42- "phpstan/phpstan:^1 .1"
41+ "phpmetrics/phpmetrics:^2.9 " \
42+ "phpstan/phpstan:^2 .1"
You can’t perform that action at this time.
0 commit comments