Skip to content

Commit 61d2f68

Browse files
committed
Updated various package versions, and PHP to 8.5.
1 parent 9fabcbe commit 61d2f68

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
MAINTAINER Adam Culp <adamculp@uws.net>
66

@@ -30,13 +30,13 @@ RUN chmod 744 /usr/local/bin/composer
3030
RUN $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"

0 commit comments

Comments
 (0)