Skip to content

Commit fec8835

Browse files
committed
Rolled back to phpunit v9.6 to continue allowing phpcpd and phploc to install.
1 parent 61d2f68 commit fec8835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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:^4.0" \
34-
"phpunit/phpunit:^13.1" \
33+
"squizlabs/php_codesniffer:^3.13" \
34+
"phpunit/phpunit:^9.6" \
3535
"phploc/phploc:^7.0" \
3636
"pdepend/pdepend:^2.16" \
3737
"phpmd/phpmd:^2.15" \

0 commit comments

Comments
 (0)